This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(jqLite): update the minErr codes for on() and off()
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
docs/content/error/jqLite/off_args.ngdoc → docs/content/error/jqLite/offargs.ngdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
2 changes: 1 addition & 1 deletion
2
docs/content/error/jqLite/on_args.ngdoc → docs/content/error/jqLite/onargs.ngdoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@ngdoc error | ||
@name jqLite:on_args | ||
@name jqLite:onargs | ||
@fullName Invalid jqLite#on() Parameters | ||
@description | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters