couchapp-requirejs-onepageapp/src/library.coffee

7 lines
107 B
CoffeeScript

define ['jquery'], ($) ->
-> $('#working').html "<b style=\"color:royalblue\">Yes, it worked!</b>"