aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/service/document.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/service/document.js b/src/service/document.js
index f15c5900..4de22a80 100644
--- a/src/service/document.js
+++ b/src/service/document.js
@@ -5,7 +5,8 @@
* @requires $window
*
* @description
- * A reference to the browser window.document, but wrapped into angular.element().
+ * A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document`
+ * element.
*/
angularServiceInject("$document", function(window){
return jqLite(window.document);