1 // Module o use with jquery to handle no conflict. cf: http://requirejs.org/docs/jquery.html#noconflictmap
2 define('jquery-private',['jquery'], function (jq) {
3 'use strict';
4 return jq.noConflict( true );
5 });