client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Tue, 05 Apr 2016 18:32:32 +0200
changeset 600 e12243191095
permissions -rw-r--r--
correct jquery dependency in renkan renderer + problem with CKEditor + version

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