client/js/jquery-private.js
author ymh <ymh.work@gmail.com>
Thu, 07 Apr 2016 13:14:36 +0200
changeset 602 fa80b0104695
parent 600 e12243191095
permissions -rw-r--r--
It is not up to the generic api to decide on CSRF policy. This must be left to client applications

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