1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-02 18:23:28 +00:00
TiddlyWiki5/tiddlywiki5/BootStart.js
Jeremy Ruston 91b94e5d1a Keeping JSHint happy
Because it's a fastidious master, etc….
2012-01-03 17:42:33 +00:00

8 lines
140 B
JavaScript

var modules = {};
var define = function(name,module) {
modules[name] = {module: module};
};
define("util",function(require,exports) {});