client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Wed, 11 Jan 2017 10:13:49 +0100
changeset 650 b2e22052e9d6
parent 600 e12243191095
permissions -rw-r--r--
improve node title style control display

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