client/js/jquery-private.js
author durandn
Tue, 07 Jun 2016 10:46:20 +0200
changeset 612 aa4987fede52
parent 600 e12243191095
permissions -rw-r--r--
admin for renkan objects

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