docs(jqLite): update the minErr codes for on() and off()

This commit is contained in:
Igor Minar
2013-08-09 00:16:27 -07:00
parent 3824e40011
commit b3087421f2
4 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
@ngdoc error
@name jqLite:off_args
@name jqLite:offargs
@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.
that `jqLite#off` does not support namespaces or selectors like jQuery.

View File

@@ -1,5 +1,5 @@
@ngdoc error
@name jqLite:on_args
@name jqLite:onargs
@fullName Invalid jqLite#on() Parameters
@description