aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/jqLite
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/error/jqLite')
-rw-r--r--docs/content/error/jqLite/off_args.ngdoc3
-rw-r--r--docs/content/error/jqLite/on_args.ngdoc4
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/content/error/jqLite/off_args.ngdoc b/docs/content/error/jqLite/off_args.ngdoc
index 88a981e3..04147242 100644
--- a/docs/content/error/jqLite/off_args.ngdoc
+++ b/docs/content/error/jqLite/off_args.ngdoc
@@ -2,3 +2,6 @@
@name jqLite:off_args
@fullName Invalid jqLite#off() parameter
@description
+
+This error occurs when trying to pass too many arguments to `jqLite#off`. Note
+that `jqLite#off` does not support namespaces or selectors like jQuery. \ No newline at end of file
diff --git a/docs/content/error/jqLite/on_args.ngdoc b/docs/content/error/jqLite/on_args.ngdoc
index 974f20a8..cba1e530 100644
--- a/docs/content/error/jqLite/on_args.ngdoc
+++ b/docs/content/error/jqLite/on_args.ngdoc
@@ -2,3 +2,7 @@
@name jqLite:on_args
@fullName Invalid jqLite#on() Parameters
@description
+
+This error occurs when trying to pass too many arguments to `jqLite#on`. Note
+that `jqLite#on` does not support the `selector` or `eventData` parameters as
+jQuery does.