Sha256: 3e86706b919569d2366f4e64406175300d43b9f177eee7acb5f2b79439038d09
Contents?: true
Size: 616 Bytes
Versions: 2
Compression:
Stored size: 616 Bytes
Contents
// This is a manifest file that'll be compiled into including all the files listed below. // Add new JavaScript/Coffee code in separate files in this directory and they'll automatically // be included in the compiled file accessible from http://example.com/assets/application.js // It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the // the compiled file. // //= require jquery //= require edifice-widgets //= require_tree . (function($) { $(document).bind('widgetsReady', function() { $('body').append('<h1 class="widgetsReady">widgets ready<h1>'); }) }(jQuery));
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
edifice-widgets-0.1.1 | spec/rails3.1/app/assets/javascripts/application.js |
edifice-widgets-0.1.0 | spec/rails3.1/app/assets/javascripts/application.js |