Skip to content

Instantly share code, notes, and snippets.

View mlamina's full-sized avatar

Marco Lamina mlamina

View GitHub Profile
define ("myapp", ["otherlib"], function(otherlib) {
var someDep = otherlib.util.collections,
// private properties
privateVar = "private",
// methods
privateMethod = function() {
...
},