aboutsummaryrefslogtreecommitdiff
path: root/js/luigi-compat.js
blob: 4c703d8a0b67d351254c9f2d5142a293774dc045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict';

/**
 * Include this file to maintain compatibility with older (pre-0.4.2)
 * versions of Luigi Template.
 */
var LuigiTemplate = Luigi.Template;
LuigiTemplate.prototype.Cache = Luigi.Cache;
LuigiTemplate.run = Luigi.run;
LuigiTemplate.VERSION = Luigi.VERSION;
LuigiTemplate.FILTERS = Luigi.FILTERS;
LuigiTemplate.Cache = Luigi.Cache;
LuigiTemplate.cache = Luigi.cache;