diff options
| author | Paul Duncan <pabs@pablotron.org> | 2018-09-09 19:43:43 -0400 | 
|---|---|---|
| committer | Paul Duncan <pabs@pablotron.org> | 2018-09-09 19:43:43 -0400 | 
| commit | a22f6a55ae65ca3675f7c97a030560e91d5b4d1f (patch) | |
| tree | f1c73f2aa3203a3c375190ae3fb8402594d18af5 /js/luigi-template.js | |
| parent | a498f0b7f0e3b498519160e516d4e4d7c87575e6 (diff) | |
| download | luigi-template-a22f6a55ae65ca3675f7c97a030560e91d5b4d1f.tar.xz luigi-template-a22f6a55ae65ca3675f7c97a030560e91d5b4d1f.zip | |
js: update api, add luigi-compat.js and test/compat
Diffstat (limited to 'js/luigi-template.js')
| -rw-r--r-- | js/luigi-template.js | 11 | 
1 files changed, 1 insertions, 10 deletions
| diff --git a/js/luigi-template.js b/js/luigi-template.js index 6ecd8e1..8fcf646 100644 --- a/js/luigi-template.js +++ b/js/luigi-template.js @@ -10,8 +10,7 @@   */  /** - * Template object. - * @class + * Luigi Template namespace.   */  var Luigi = (function() {    "use strict"; @@ -369,11 +368,3 @@ var Luigi = (function() {    // expose interface    return Luigi;  }()); - -// backwards compatibility -var LuigiTemplate = Luigi.Template; -LuigiTemplate.prototype.Cache = Luigi.Cache; -LuigiTemplate.run = Luigi.run; -LuigiTemplate.FILTERS = Luigi.FILTERS; -LuigiTemplate.Cache = Luigi.Cache; -LuigiTemplate.cache = Luigi.cache; | 
