mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-13 16:57:54 -05:00
5 lines
152 B
JavaScript
5 lines
152 B
JavaScript
// Generated by CoffeeScript 1.10.0
|
|
$('body').click(function(e) {
|
|
return $('.box').fadeIn('fast').addClass('.active');
|
|
}).css('background', 'white');
|