Procházet zdrojové kódy

Added lint ignores.

tags/0.7.3
wittemann před 14 roky
rodič
revize
80b2994f55
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. +5
    -0
      wrappers/qooxdoo/mustache.js.pre

+ 5
- 0
wrappers/qooxdoo/mustache.js.pre Zobrazit soubor

@@ -56,7 +56,11 @@
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 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, * 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 * 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 * Below is the original mustache.js code. Snapshot date is mentioned in
* the head of this file. * the head of this file.
* @lint ignoreUndefined(module)
*/ */

Načítá se…
Zrušit
Uložit