Sha256: ab16c857e1a43cd1b24303695ffe4e2dfd7e99900f4e0665aaa20102254ccb3f
Contents?: true
Size: 862 Bytes
Versions: 8
Compression:
Stored size: 862 Bytes
Contents
I"R(function() { var loco; App.Views.Main = {}; App.Views.Main.Users = {}; App.Views.Main.Pages = {}; App.Views.Main.Articles = {}; App.Views.User = {}; App.Views.User.Articles = {}; App.Views.Admin = {}; App.Views.Admin.Users = {}; App.Views.Admin.Articles = {}; App.Views.Admin.Comments = {}; App.Views.Layouts = {}; App.Views.Shared = {}; loco = new App.Loco({ turbolinks: true, notifications: { enable: true, pollingTime: 3000, log: true, ssl: false, location: 'notification-center', size: 10 }, locale: 'en', allowedDisconnectionTime: 10, 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