Skip to content

Commit

Permalink
Missing var keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
trevordixon committed Oct 8, 2015
1 parent 6d3b601 commit 45fcbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/template/array-selector.html
Expand Up @@ -197,7 +197,7 @@
}
} else {
this.push('selected', item);
skey = this._selectedColl.getKey(item);
var skey = this._selectedColl.getKey(item);
this.linkPaths('selected.' + skey, 'items.' + key);
}
} else {
Expand Down

0 comments on commit 45fcbcf

Please sign in to comment.