Sha256: dd107c0e8a001b3fa9e30f2bc82c3b3e82cc508d14fac9a46a93623912781e87
Contents?: true
Size: 1.63 KB
Versions: 20
Compression:
Stored size: 1.63 KB
Contents
{I" class:ETI"BundledAsset; FI"logical_path; TI"+loldesign_publisher/libs/gumby.init.js; FI" pathname; TI"‚/Users/eduardodeoliveirazaghi/Projects/loldesign/loldesign_publisher/app/assets/javascripts/loldesign_publisher/libs/gumby.init.js; FI"content_type; TI"application/javascript; TI" mtime; Tl+»ÐxTI"length; TipI"digest; TI"%d5a4c494b655c1bef9052026a62f0921; FI"source; TI"p/** * Gumby Init */ !function($) { 'use strict'; // not touch device or no touch events required so auto initialize here if((!Gumby.touchDevice || !Gumby.touchEvents) && Gumby.autoInit) { window.Gumby.init(); // load jQuery mobile touch events } else if(Gumby.touchEvents && Gumby.touchDevice) { Gumby.debug('Loading jQuery mobile touch events'); // set timeout to 2sec yepnope.errorTimeout = 2000; Modernizr.load({ test: Modernizr.touch, yep: Gumby.touchEvents+'/jquery.mobile.custom.min.js', complete: function() { // error loading jQuery mobile if(!$.mobile) { Gumby.error('Error loading jQuery mobile touch events'); } // if not auto initializing // this will allow helpers to fire when initialized Gumby.touchEventsLoaded = true; // auto initialize if(Gumby.autoInit) { window.Gumby.init(); // if already manually initialized then fire helpers } else if(Gumby.uiModulesReady) { Gumby.helpers(); } } }); } // if AMD return Gumby object to define if(typeof define == "function" && define.amd) { define(window.Gumby); } }(jQuery); ; TI"required_assets_digest; TI"%e1caeb29549a32f26db234c6c29b40aa; FI" _version; TI"%64e62ddc273c2f5847f30d698ca14b67; F
Version data entries
20 entries across 10 versions & 1 rubygems