mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
// Generated by CoffeeScript 1.9.2
|
|
$('body').click(function(e) {
|
|
return $('.box').fadeIn('fast').addClass('.active');
|
|
}).css('background', 'white');
|