Ver código fonte

Updated qooxdoo templates.

tags/0.8.2
wittemann 12 anos atrás
pai
commit
500fd5d825
1 arquivos alterados com 8 adições e 0 exclusões
  1. +8
    -0
      wrappers/qooxdoo/mustache.js.pre

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

@@ -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()
*/

Carregando…
Cancelar
Salvar