librenms-librenms/test/jquery-private.js
Glen Pike c0a2bde09c Fix for bug #493 including unit tests to prove.
Run npm install and visit test/jquery.gridster-amd.html in browser.
2015-03-03 00:46:11 +00:00

4 lines
73 B
JavaScript

define(['jquery'], function (jq) {
return jq.noConflict( true );
});