(no title)
jedschmidt | 11 years ago
var foo = 'bar'
var baz = 'bletch'
void function (global) {
//module pattern code here ...
})(this)jedschmidt | 11 years ago
var foo = 'bar'
var baz = 'bletch'
void function (global) {
//module pattern code here ...
})(this)
Havvy|11 years ago