mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-26 14:43:59 +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++) {
|
j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) {
|
||||||
var attrStartName = false;
|
var attrStartName = false;
|
||||||
var attrEndName = false;
|
var attrEndName = false;
|
||||||
var index;
|
|
||||||
|
|
||||||
attr = nAttrs[j];
|
attr = nAttrs[j];
|
||||||
if (!msie || msie >= 8 || attr.specified) {
|
if (!msie || msie >= 8 || attr.specified) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue