Files
coffeescript/documentation/js/chaining.js
2014-01-26 18:32:12 +00:00

5 lines
151 B
JavaScript

// Generated by CoffeeScript 1.6.3
$('body').click(function(e) {
return $('.box').fadeIn('fast').addClass('.active');
}).css('background', 'white');