Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a4520a7

Browse files
committed
fix(Angular): remove duplicate nodeName_ references
I forgot to remove the variable declaration in previous nodeName_ commit.
1 parent fe69752 commit a4520a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Angular.js

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
toString: true,
1111
ngMinErr: true,
1212
angularModule: true,
13-
nodeName_: true,
1413
uid: true,
1514
REGEX_STRING_REGEXP: true,
1615
VALIDITY_STATE_PROPERTY: true,
@@ -170,7 +169,6 @@ var /** holds major version number for IE or NaN for real browsers */
170169
/** @name angular */
171170
angular = window.angular || (window.angular = {}),
172171
angularModule,
173-
nodeName_,
174172
uid = 0;
175173

176174
/**

0 commit comments

Comments
 (0)