client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Sun, 14 Jul 2024 21:15:54 +0200
changeset 663 9cb6028fcf55
parent 600 e12243191095
permissions -rw-r--r--
Prepare version 0.13.4

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