templates/jquery/history.adapter.jquery.min.js in compass-jquery-plugin-0.3.2.6 vs templates/jquery/history.adapter.jquery.min.js in compass-jquery-plugin-0.3.2.7.nil

- old
+ new

@@ -1,4 +1,4 @@ /* - New BSD License - http://creativecommons.org/licenses/BSD/ + New BSD License <http://creativecommons.org/licenses/BSD/> */ -(function(e,c){c.History=c.History||{};var a=c.History||{};if(typeof a.Adapter!=="undefined")throw Error("History.js Adapter has already been loaded...");a.Adapter={bind:function(b,d,f){return e(b).bind(d,f)},trigger:function(b,d){return e(b).trigger(d)},onDomLoad:function(b){jQuery(b)}};typeof a.initHtml5!=="undefined"&&a.initHtml5();typeof a.initHtml4!=="undefined"&&a.initHtml4()})(jQuery,window); +(function(c){var b=c.History=c.History||{},d=c.jQuery;if(typeof b.Adapter!=="undefined")throw Error("History.js Adapter has already been loaded...");b.Adapter={bind:function(a,e,f){d(a).bind(e,f)},trigger:function(a,e){d(a).trigger(e)},onDomLoad:function(a){d(a)}};typeof b.init!=="undefined"&&b.init()})(window);