From b3087421f20241f9bcb9b1f00ee9a30efc8b0899 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 9 Aug 2013 00:16:27 -0700 Subject: docs(jqLite): update the minErr codes for on() and off() --- docs/content/error/jqLite/off_args.ngdoc | 7 ------- docs/content/error/jqLite/offargs.ngdoc | 7 +++++++ docs/content/error/jqLite/on_args.ngdoc | 8 -------- docs/content/error/jqLite/onargs.ngdoc | 8 ++++++++ 4 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 docs/content/error/jqLite/off_args.ngdoc create mode 100644 docs/content/error/jqLite/offargs.ngdoc delete mode 100644 docs/content/error/jqLite/on_args.ngdoc create mode 100644 docs/content/error/jqLite/onargs.ngdoc (limited to 'docs') diff --git a/docs/content/error/jqLite/off_args.ngdoc b/docs/content/error/jqLite/off_args.ngdoc deleted file mode 100644 index 04147242..00000000 --- a/docs/content/error/jqLite/off_args.ngdoc +++ /dev/null @@ -1,7 +0,0 @@ -@ngdoc error -@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/offargs.ngdoc b/docs/content/error/jqLite/offargs.ngdoc new file mode 100644 index 00000000..44e2ca7c --- /dev/null +++ b/docs/content/error/jqLite/offargs.ngdoc @@ -0,0 +1,7 @@ +@ngdoc error +@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. 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. diff --git a/docs/content/error/jqLite/onargs.ngdoc b/docs/content/error/jqLite/onargs.ngdoc new file mode 100644 index 00000000..34a96b3a --- /dev/null +++ b/docs/content/error/jqLite/onargs.ngdoc @@ -0,0 +1,8 @@ +@ngdoc error +@name jqLite:onargs +@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. -- cgit v1.2.3