Commit 95cbac27 authored by JC Brand's avatar JC Brand

new no-jquery builds

parent 7bdb7ae5
...@@ -427,7 +427,7 @@ define('jquery', [], function () { ...@@ -427,7 +427,7 @@ define('jquery', [], function () {
}); });
define('jquery-private',['jquery'], function (jq) { define('jquery-private',['jquery'], function (jq) {
return jq.noConflict( true ); return jq;
}); });
define('utils',["jquery"], function ($) { define('utils',["jquery"], function ($) {
This diff is collapsed.
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