Explorar el Código

Updated qooxdoo templates.

tags/0.8.2
wittemann hace 12 años
padre
commit
500fd5d825
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      wrappers/qooxdoo/mustache.js.pre

+ 8
- 0
wrappers/qooxdoo/mustache.js.pre Ver fichero

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

(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
@@ -161,4 +168,5 @@ qx.Bootstrap.define("qx.bom.Template", {
* @ignore(exports)
* @ignore(define.*)
* @ignore(module.*)
* @lint ignoreNoLoopBlock()
*/

Cargando…
Cancelar
Guardar