Sha256: e347da514af5abd379a296cff7c5d5f1698c4a0acb7ee6a1d7be2eea82462e43
Contents?: true
Size: 717 Bytes
Versions: 8
Compression:
Stored size: 717 Bytes
Contents
I"Á(function() { var loco; App.Views = { Main: { Users: {}, Pages: {}, Articles: {} }, User: { Articles: {} }, Admin: { Users: {}, Articles: {}, Comments: {} }, Layouts: {}, Shared: {} }; loco = new App.Loco({ turbolinks: true, notifications: { enable: true, pollingTime: 3000, log: true, ssl: false, location: 'notification-center', size: 10 }, locale: 'en', postInit: function() { var time; time = $('body').data('rails-env') === 'test' ? 1000 : 3000; return App.Env.loco.getWire().setPollingTime(time); } }); loco.init(); }).call(this); :ET
Version data entries
8 entries across 8 versions & 1 rubygems