Browse Source

Updated qooxdoo templates.

tags/0.8.2
wittemann 12 years ago
parent
commit
500fd5d825
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      wrappers/qooxdoo/mustache.js.pre

+ 8
- 0
wrappers/qooxdoo/mustache.js.pre View 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…
Cancel
Save