summaryrefslogtreecommitdiffstats
path: root/docs/plugins.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins.rst')
-rw-r--r--docs/plugins.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst
index d74bf0ccd..c255c162c 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -93,7 +93,7 @@ Inside your script you have to make sure that the News app is active. You can do
.. code-block:: js
- (function ($, angular, window, undefined) {
+ (function ($, window, undefined) {
var document = window.document;
@@ -105,7 +105,7 @@ Inside your script you have to make sure that the News app is active. You can do
}
});
- })(jQuery, angular, window);
+ })(jQuery, window);
Custom user Interface