summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:56:03 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-05-26 15:56:03 +0200
commitd443d4cf18801a5f1c575217fd8a5cbf5b61c8fe (patch)
tree9bc80c11cb7e72d6d5ab84390ddf38f39719a396
parentdea6e9e345eb01b5dfdb37cb639efda442ad83f2 (diff)
small fix
-rw-r--r--docs/plugins.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/plugins.rst b/docs/plugins.rst
index 5688f2e3e..53a627acb 100644
--- a/docs/plugins.rst
+++ b/docs/plugins.rst
@@ -95,7 +95,8 @@ Inside your script you have to make sure that the News app is active. You can do
.. code-block:: js
(function ($, window, undefined) {
-
+ 'use strict';
+
var document = window.document;
$(document).ready(function () {