Sfoglia il codice sorgente

Merge pull request #355 from wittemann/master

Update the qooxdoo templates
tags/0.8.2
Jan Lehnardt 12 anni fa
parent
commit
c673e21f3c
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. +8
    -0
      wrappers/qooxdoo/mustache.js.pre

+ 8
- 0
wrappers/qooxdoo/mustache.js.pre Vedi File

@@ -154,6 +154,13 @@ qx.Bootstrap.define("qx.bom.Template", {
}); });


(function() { (function() {
// prevent using CommonJS exports object,
// by shadowing global exports object
var exports;

// prevent using AMD compatible loader,
// by shadowing global define function
var define;


/** /**
* Below is the original mustache.js code. Snapshot date is mentioned in * Below is the original mustache.js code. Snapshot date is mentioned in
@@ -161,4 +168,5 @@ qx.Bootstrap.define("qx.bom.Template", {
* @ignore(exports) * @ignore(exports)
* @ignore(define.*) * @ignore(define.*)
* @ignore(module.*) * @ignore(module.*)
* @lint ignoreNoLoopBlock()
*/ */

Loading…
Annulla
Salva