This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.plugins.add | |
name: 'harmonize' | |
api: | |
itemClass: 'harmonized' | |
itemSelector: null | |
properties: ['width', 'height', 'class'] # 'class', 'attr', 'plugin', css atributes | |
units: [80, 50, 'harmony'] | |
harmonies: | |
[ | |
[[12,12]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ = jQuery | |
# Wrap in Closure to avoid global variables. | |
$ -> | |
RW.Pages = new RW.p.PageCollection() | |
new RW.Page | |
id: 'home' | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ = jQuery | |
# Wrap in Closure to avoid global variables. | |
$ -> | |
### | |
ICanHaz.js version 0.9 -- by @HenrikJoreteg | |
More info at: http://icanhazjs.com | |
#8b d88 88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ = jQuery | |
# Wrap in Closure to avoid global variables. | |
$ -> | |
RW.Pages = new RW.p.PageCollection() | |
RW.Pages.add [ | |
{ | |
id: 'home' | |
pageLevel: 0 |
NewerOlder