client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 22:00:08 +0200
changeset 666 9d6550026232
parent 600 e12243191095
permissions -rw-r--r--
Added tag V00.13.04 for changeset 69d13e7dd286

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