aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/error/jqLite/on_args.ngdoc
diff options
context:
space:
mode:
authorIgor Minar2013-08-09 00:16:27 -0700
committerIgor Minar2013-08-09 00:39:31 -0700
commitb3087421f20241f9bcb9b1f00ee9a30efc8b0899 (patch)
tree73ea7d976d1f56687db196e876f41e39fcdea209 /docs/content/error/jqLite/on_args.ngdoc
parent3824e40011df1c0fdf5964d78776f1a12a29c144 (diff)
downloadangular.js-b3087421f20241f9bcb9b1f00ee9a30efc8b0899.tar.bz2
docs(jqLite): update the minErr codes for on() and off()
Diffstat (limited to 'docs/content/error/jqLite/on_args.ngdoc')
-rw-r--r--docs/content/error/jqLite/on_args.ngdoc8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/content/error/jqLite/on_args.ngdoc b/docs/content/error/jqLite/on_args.ngdoc
deleted file mode 100644
index cba1e530..00000000
--- a/docs/content/error/jqLite/on_args.ngdoc
+++ /dev/null
@@ -1,8 +0,0 @@
-@ngdoc error
-@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.