Sha256: 13d17dd2a68c8177e15c61df7e1a76f8e7901ba154036386e5c9a72fe3b536e0
Contents?: true
Size: 406 Bytes
Versions: 5
Compression:
Stored size: 406 Bytes
Contents
// Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. //= require audiojs var ready; ready = function() { return audiojs.events.ready(function() { var as; as = audiojs.createAll(); }); }; $(document).ready(ready); $(document).on('page:load', ready); $(window).on('page:load', ready);
Version data entries
5 entries across 5 versions & 1 rubygems