client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Fri, 15 Jul 2016 11:43:58 +0200
changeset 630 d9d61a673599
parent 600 e12243191095
permissions -rw-r--r--
Added tag V00.12.20 for changeset 2d916332faf4

// 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 );
});