Sha256: 8b22946ec7c2ffb5eb2d9f415f9e560541d81ffa201b0c1adbd9e4b5d5e3034e
Contents?: true
Size: 821 Bytes
Versions: 8
Compression:
Stored size: 821 Bytes
Contents
I")(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', 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