Skip to content

Commit

Permalink
one more place range observer used frozen index sets
Browse files Browse the repository at this point in the history
  • Loading branch information
erichocean committed May 16, 2012
1 parent ee188d3 commit 86d3a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundation/system/range_observer.js
Expand Up @@ -260,7 +260,7 @@ SC.RangeObserver = {

// lazily convert index to IndexSet.
if (index && !index.isIndexSet) {
index = this[guid] = SC.IndexSet.create(index).freeze();
index = this[guid] = SC.IndexSet.create(index);
}

if (context) {
Expand Down

0 comments on commit 86d3a80

Please sign in to comment.