Files
coffeescript/documentation/js/chaining.js
2016-10-01 20:58:53 +02:00

5 lines
152 B
JavaScript

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