Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some dummy checked in an example page test he was doing (hint: it was…
… me).
  • Loading branch information
pfiller committed Dec 5, 2012
1 parent a6a93a2 commit acf9cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.proto.html
Expand Up @@ -1369,7 +1369,7 @@ <h2>Setup (for Prototype)</h2>
_results = []; _results = [];
for (_i = 0, _len = selects.length; _i < _len; _i++) { for (_i = 0, _len = selects.length; _i < _len; _i++) {
select = selects[_i]; select = selects[_i];
_results.push(new Chosen(select,{disable_search_split_words: true})); _results.push(new Chosen(select));
} }
deselects = $$(".chzn-select-deselect"); deselects = $$(".chzn-select-deselect");
for (_i = 0, _len = deselects.length; _i < _len; _i++) { for (_i = 0, _len = deselects.length; _i < _len; _i++) {
Expand Down

0 comments on commit acf9cf2

Please sign in to comment.