Skip to content

Instantly share code, notes, and snippets.

View jrburke's full-sized avatar

James Burke jrburke

View GitHub Profile
@jrburke
jrburke / gist:641816
Created October 23, 2010 05:01
Aligned injections
define(["some/module1", "foo", "another/module2", "bar"],
function(module, foo, module2, bar) {
module.doSomething();
});
We couldn’t find that file to show.