mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
style($compile): remove unused variable
This commit is contained in:
parent
c785267eb8
commit
7c38b292f8
1 changed files with 0 additions and 1 deletions
|
|
@ -623,7 +623,6 @@ function $CompileProvider($provide) {
|
|||
j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) {
|
||||
var attrStartName = false;
|
||||
var attrEndName = false;
|
||||
var index;
|
||||
|
||||
attr = nAttrs[j];
|
||||
if (!msie || msie >= 8 || attr.specified) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue