Use root for globals, not this
This commit is contained in:
parent
6f0f0bd4c3
commit
b793dd3a61
|
@ -748,7 +748,7 @@
|
||||||
};
|
};
|
||||||
return Chosen;
|
return Chosen;
|
||||||
})();
|
})();
|
||||||
this.Chosen = Chosen;
|
root.Chosen = Chosen;
|
||||||
document.observe('dom:loaded', function(evt) {
|
document.observe('dom:loaded', function(evt) {
|
||||||
var select, selects, _i, _len, _results;
|
var select, selects, _i, _len, _results;
|
||||||
selects = $$(".chzn-select");
|
selects = $$(".chzn-select");
|
||||||
|
|
2
chosen/chosen.proto.min.js
vendored
2
chosen/chosen.proto.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue