From e6fea7ce6d25316b850e80183bb2975364a13622 Mon Sep 17 00:00:00 2001 From: "pabs@pablotron.org" Date: Thu, 18 Dec 2014 01:10:32 -0500 Subject: remove hash() filter --- luigi-template.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'luigi-template.js') diff --git a/luigi-template.js b/luigi-template.js index 97ca8d0..cb62c71 100644 --- a/luigi-template.js +++ b/luigi-template.js @@ -76,10 +76,6 @@ LuigiTemplate = (function() { // list of built-in filters var FILTERS = { - hash: function(v, args) { - return 'hash(' + v + ')'; - }, - uc: function(v) { return v.toUpperCase(); }, -- cgit v1.2.3