diff options
| author | Vojta Jina | 2011-11-11 17:15:22 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:19 -0800 |
| commit | acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c (patch) | |
| tree | 2483609ada03b9e6ff477596f0402dc24fdd7518 /src/Angular.js | |
| parent | 035c7510763a9742294d51ba55aea0b6dd08ea58 (diff) | |
| download | angular.js-acbd7cdf320f0570fcc1952c8680d4c78bc8fa2c.tar.bz2 | |
style(docs): make jslint happy - fix some warnings
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Angular.js b/src/Angular.js index 096f5b53..6ee51c57 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -99,9 +99,9 @@ var $$scope = '$scope', angularDirective = extensionMap(angular, 'directive', lowercase), /** @name angular.widget */ angularWidget = extensionMap(angular, 'widget', shivForIE), - /** @name angular.module.NG */ + /** @name angular.module.ng */ angularInputType = extensionMap(angular, 'inputType', lowercase), - /** @name angular.module.NG */ + /** @name angular.module.ng */ angularCallbacks = extensionMap(angular, 'callbacks'), nodeName_, uid = ['0', '0', '0'], @@ -571,7 +571,7 @@ function isLeafNode (node) { * * If `source` is not an object or array, `source` is returned. * * Note: this function is used to augment the Object type in Angular expressions. See - * {@link angular.module.NG.$filter} for more information about Angular arrays. + * {@link angular.module.ng.$filter} for more information about Angular arrays. * * @param {*} source The source that will be used to make a copy. * Can be any type, including primitives, `null`, and `undefined`. @@ -629,7 +629,7 @@ function copy(source, destination){ * that begin with `$` are ignored. * * Note: This function is used to augment the Object type in Angular expressions. See - * {@link angular.module.NG.$filter} for more information about Angular arrays. + * {@link angular.module.ng.$filter} for more information about Angular arrays. * * @param {*} o1 Object or value to compare. * @param {*} o2 Object or value to compare. @@ -944,7 +944,7 @@ function publishExternalAPI(angular){ 'uppercase': uppercase }); - angularModule.NG = ngModule; + angularModule.ng = ngModule; } ngModule.$inject = ['$provide', '$injector']; |
