o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1357543300.240436: @value"4 {I" class:EFI"ProcessedAsset;FI"logical_path;FI"_history.adapter.jquery.js;TI" pathname;FI"V/Users/igor/workspace/wiselinks/lib/assets/javascripts/_history.adapter.jquery.js;TI"content_type;FI"application/javascript;FI" mtime;FI"2012-12-24T17:10:52+04:00;FI" length;FiI" digest;F"%fca8ad52436d121e1da7f6ac17b4d5e5I" source;FI"/** * History.js jQuery Adapter * @author Benjamin Arthur Lupton * @copyright 2010-2011 Benjamin Arthur Lupton * @license New BSD License */ // Closure (function(window,undefined){ "use strict"; // Localise Globals var History = window.History = window.History||{}, jQuery = window.jQuery; // Check Existence if ( typeof History.Adapter !== 'undefined' ) { throw new Error('History.js Adapter has already been loaded...'); } // Add the Adapter History.Adapter = { /** * History.Adapter.bind(el,event,callback) * @param {Element|string} el * @param {string} event - custom and standard events * @param {function} callback * @return {void} */ bind: function(el,event,callback){ jQuery(el).bind(event,callback); }, /** * History.Adapter.trigger(el,event) * @param {Element|string} el * @param {string} event - custom and standard events * @param {Object=} extra - a object of extra event data (optional) * @return {void} */ trigger: function(el,event,extra){ jQuery(el).trigger(event,extra); }, /** * History.Adapter.extractEventData(key,event,extra) * @param {string} key - key for the event data to extract * @param {string} event - custom and standard events * @param {Object=} extra - a object of extra event data (optional) * @return {mixed} */ extractEventData: function(key,event,extra){ // jQuery Native then jQuery Custom var result = (event && event.originalEvent && event.originalEvent[key]) || (extra && extra[key]) || undefined; // Return return result; }, /** * History.Adapter.onDomLoad(callback) * @param {function} callback * @return {void} */ onDomLoad: function(callback) { jQuery(callback); } }; // Try and Initialise History if ( typeof History.init !== 'undefined' ) { History.init(); } })(window); ;FI"dependency_digest;F"%ea2db69d4be116a14560facf5254e3acI"required_paths;F[I"V/Users/igor/workspace/wiselinks/lib/assets/javascripts/_history.adapter.jquery.js;TI"dependency_paths;F[{I" path;FI"V/Users/igor/workspace/wiselinks/lib/assets/javascripts/_history.adapter.jquery.js;TI" mtime;FI"2012-12-24T17:10:52+04:00;FI" digest;F"%fca8ad52436d121e1da7f6ac17b4d5e5I" _version;F"%ffd318ca8b794f42f5029101c2cf5d91