mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-22 19:23:38 +08:00
fix(Angular): remove duplicate nodeName_ references
I forgot to remove the variable declaration in previous nodeName_ commit.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
toString: true,
|
||||
ngMinErr: true,
|
||||
angularModule: true,
|
||||
nodeName_: true,
|
||||
uid: true,
|
||||
REGEX_STRING_REGEXP: true,
|
||||
VALIDITY_STATE_PROPERTY: true,
|
||||
@@ -170,7 +169,6 @@ var /** holds major version number for IE or NaN for real browsers */
|
||||
/** @name angular */
|
||||
angular = window.angular || (window.angular = {}),
|
||||
angularModule,
|
||||
nodeName_,
|
||||
uid = 0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user