client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Tue, 12 Jul 2016 13:53:18 +0200
changeset 627 aa895db6eb08
parent 600 e12243191095
permissions -rw-r--r--
version 0.12.20

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