devtools/data/cwmock.js
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 06 Oct 2014 17:50:42 +0200
changeset 9998 3ac86df519af
parent 5950 f84dba9b8eca
permissions -rw-r--r--
i18n update 4 strings have disappeared.

/*
 * cubicweb js mock for unit tests
 * This module defines variables and functions used in quite a few places
 * in cw js framework that can't be used or guessed without a real CW server
 */

var pageid = 'my-page-id';

function _(message) {
    return message;
}