Commit 30673f0b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove needless shim part in require-renderjs_jqm.js that breaks jquery.js loading in Firefox.

parent d4ce6623
......@@ -4,9 +4,6 @@ require.config({
paths: {
jqm: "lib/jqm/jquery.mobile-1.3.0-rc.1.min"
},
shim: {
jqm: [ "jquery" ]
}
});
require([ "require-renderjs", "renderjs", "jqm" ], function(domReady) {
......
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