Skip to content

Commit

Permalink
First commit. Just the plugin it self. No documentation so far
Browse files Browse the repository at this point in the history
  • Loading branch information
eberhm committed Jan 29, 2013
1 parent a87cb0a commit 0d3616e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jq.js
@@ -0,0 +1,10 @@
//jq require plugin.
define('jq', {
load: function (name, req, load) {
req(['jquery'], function() {
req([name], function (value) {
load(value);
});
});
}
});

0 comments on commit 0d3616e

Please sign in to comment.