client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Fri, 24 Jun 2016 13:07:21 +0200
changeset 622 02e3c464223f
parent 600 e12243191095
permissions -rw-r--r--
Add click origin info to help action tracing

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