client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Mon, 20 Jun 2016 17:50:47 +0200
changeset 616 33fdb6f8164c
parent 600 e12243191095
permissions -rw-r--r--
forgotten field modification in migration. Cleaning after debug

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