mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
CoffeeScript 0.7.0 is on the books.
This commit is contained in:
parent
e56af4967c
commit
677c7edf3f
8 changed files with 101 additions and 17 deletions
5
documentation/js/objects_reserved.js
Normal file
5
documentation/js/objects_reserved.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
(function(){
|
||||
$('.account').css({
|
||||
'class': 'active'
|
||||
});
|
||||
})();
|
Loading…
Add table
Add a link
Reference in a new issue