aboutsummaryrefslogtreecommitdiff
path: root/js/luigi-compat.js
blob: c4bcc1a6c2119d648713fd39c7b1e59d645fe6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'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.FILTERS = Luigi.FILTERS;
LuigiTemplate.Cache = Luigi.Cache;
LuigiTemplate.cache = Luigi.cache;