Skip to content

Instantly share code, notes, and snippets.

View dylan's full-sized avatar
📡

Dylan Wreggelsworth dylan

📡
View GitHub Profile
//
// Automatically calls all functions in APP.init
//
jQuery(document).ready(function() {
APP.go();
});
//
// Module pattern:
// http://yuiblog.com/blog/2007/06/12/module-pattern/
/* It would be fantastic if we had a way to iterate through arguments or escape to JS?
From This */
@CSS3: box-shadow, transform, border-radius;
.transition-property(@CSS3);
/* Or This */
.transition-property(box-shadow, transform, border-radius);
/* To This */