client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Thu, 21 Apr 2016 16:18:08 +0200
changeset 607 d55e89c25d51
parent 600 e12243191095
permissions -rw-r--r--
Added tag V00.12.19 for changeset e7e699f3cf97

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