Use root for globals, not this

abstract-chosen
Matthew Beale 2011-07-29 10:49:25 +02:00
parent 6f0f0bd4c3
commit b793dd3a61
2 changed files with 2 additions and 2 deletions

View File

@ -748,7 +748,7 @@
};
return Chosen;
})();
this.Chosen = Chosen;
root.Chosen = Chosen;
document.observe('dom:loaded', function(evt) {
var select, selects, _i, _len, _results;
selects = $$(".chzn-select");

File diff suppressed because one or more lines are too long