Commit 68198036 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

simplify require-renderjs.js.

parent 273b806d
......@@ -11,6 +11,6 @@ require.config({
}
});
require([ "jquery", "jquery.json", "renderjs" ], function(domReady) {
require([ "renderjs" ], function(domReady) {
RenderJs.init();
});
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment