Skip to content

Commit

Permalink
[t670] - Dependency loader
Browse files Browse the repository at this point in the history
Starting to make dependecy loader class like the module loader.
  • Loading branch information
secretrobotron committed Apr 17, 2012
1 parent ea7db85 commit bae8982
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/dependencies.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* This Source Code Form is subject to the terms of the MIT license
* If a copy of the MIT license was not distributed with this file, you can
* obtain one at http://www.mozillapopcorn.org/butter-license.txt */

define([], function(){

});

0 comments on commit bae8982

Please sign in to comment.