Sha256: 093c796abf2876e26405e42b16caee38315c1ce0005d05fcd72a1656d7babab5
Contents?: true
Size: 780 Bytes
Versions: 1
Compression:
Stored size: 780 Bytes
Contents
// To be included in the compiled aloha-full.js (which includes // requirejs and jQuery) immediately after jQuery. This will prevent // Aloha's jQuery from polluting the global namespace. // TODO: requirejs shouldn't leak either // NB: this is only for aloha-full.js to preserve behaviour with the way // older builds of aloha were done. It is now always preferred to use // aloha-bare.js (which doesn't include either requirejs or jQuery) and // let the implementer worry exactly how to set up jQuery and requirejs // to suit his needs. Aloha = window.Aloha || {}; Aloha.settings = Aloha.settings || {}; Aloha.settings = { sidebar: { disabled: true } }; // Restore the global $ and jQuery variables of your project's jQuery Aloha.settings.jQuery = window.jQuery.noConflict(true);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gnuside-aloha-rails-0.23.3 | vendor/assets/javascripts/aloha/lib/aloha-jquery-noconflict.js |