summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--luigi-template.js4
1 files changed, 0 insertions, 4 deletions
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();
},