1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/documentation/js/chaining.js

5 lines
151 B
JavaScript
Raw Normal View History

2014-01-30 00:21:44 -05:00
// Generated by CoffeeScript 1.7.1
2014-01-23 20:29:13 -05:00
$('body').click(function(e) {
return $('.box').fadeIn('fast').addClass('.active');
}).css('background', 'white');