Skip to content

Commit

Permalink
Merge pull request #2545 from trevordixon/patch-3
Browse files Browse the repository at this point in the history
Missing var keyword
  • Loading branch information
Steve Orvell committed Oct 8, 2015
2 parents 6d3b601 + 45fcbcf commit 552fe41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/template/array-selector.html
Original file line number Diff line number Diff line change
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 552fe41

Please sign in to comment.