app/assets/javascripts/weeler/init.js.coffee in weeler-1.0.1 vs app/assets/javascripts/weeler/init.js.coffee in weeler-1.0.2

- old
+ new

@@ -10,11 +10,12 @@ app = { boot: () -> $('.weeler-file-inputs').bootstrapFileInput() sortable.init() + flash.init(); $('[data-provide="rowlink"],[data-provides="rowlink"]').each () -> $(this).rowlink($(this).data()) } $(document).ready () -> - app.boot() \ No newline at end of file + app.boot()