I"Ä(function() { if (window.Alchemy === void 0) { window.Alchemy = {}; } Alchemy.GUI = { init: function(scope) { Alchemy.SelectBox(scope); Alchemy.Datepicker(scope); Alchemy.Buttons.observe(scope); Alchemy.watchForDialogs(scope); Alchemy.Hotkeys(scope); Alchemy.ListFilter(scope); Alchemy.Spinner.watch(scope); Alchemy.Autocomplete.tags(scope); return $('[data-alchemy-char-counter]', scope).each(function() { return new Alchemy.CharCounter(this); }); }, initElement: function($el) { Alchemy.ElementDirtyObserver($el); Alchemy.GUI.init($el); return Alchemy.ImageLoader($el); } }; }).call(this); :ET