aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/document.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/document.js')
-rw-r--r--src/service/document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/document.js b/src/service/document.js
index 4de22a80..fe8670c6 100644
--- a/src/service/document.js
+++ b/src/service/document.js
@@ -10,4 +10,4 @@
*/
angularServiceInject("$document", function(window){
return jqLite(window.document);
-}, ['$window'], true);
+}, ['$window']);