From 80b2994f55a9361dfd89c08d642738898152ca0f Mon Sep 17 00:00:00 2001 From: wittemann Date: Mon, 4 Jun 2012 11:04:32 +0200 Subject: [PATCH] Added lint ignores. --- wrappers/qooxdoo/mustache.js.pre | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wrappers/qooxdoo/mustache.js.pre b/wrappers/qooxdoo/mustache.js.pre index fa37070..faf41b2 100644 --- a/wrappers/qooxdoo/mustache.js.pre +++ b/wrappers/qooxdoo/mustache.js.pre @@ -56,7 +56,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ************************************************************************ */ +/* ************************************************************************ + +#ignore(module) +************************************************************************ */ /** * The is a template class which can be used for HTML templating. In fact, * this is a wrapper for mustache.js which is a "framework-agnostic way to @@ -131,4 +135,5 @@ qx.Bootstrap.define("qx.bom.Template", { /** * Below is the original mustache.js code. Snapshot date is mentioned in * the head of this file. + * @lint ignoreUndefined(module) */