Sha256: 4149520fa07cad907755039228b4c950e5925a4cc9b3048e11750f866119fc54
Contents?: true
Size: 477 Bytes
Versions: 3
Compression:
Stored size: 477 Bytes
Contents
I"Ñ(function() { var loco; App.Views.Main = { Users: {}, Pages: {}, Articles: {} }; App.Views.User = { Articles: {} }; App.Views.Admin = { Users: {} }; App.Views.Layouts = {}; App.Views.Shared = {}; loco = new App.Loco({ turbolinks: true, notifications: true, pollingTime: $('body').data('rails-env') === 'test' ? 1000 : 3000, logNotifications: true, locale: 'en' }); loco.init(); }).call(this); :ET
Version data entries
3 entries across 3 versions & 1 rubygems