diff options
author | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 01:10:32 -0500 |
---|---|---|
committer | pabs@pablotron.org <pabs@pablotron.org> | 2014-12-18 01:10:32 -0500 |
commit | e6fea7ce6d25316b850e80183bb2975364a13622 (patch) | |
tree | 127855ffc68ad6e9c1ad785a4731947a4766b2ad /luigi-template.js | |
parent | 89375c08d01a6622d69dfd5b216404a5ed2a6d53 (diff) | |
download | luigi-template-e6fea7ce6d25316b850e80183bb2975364a13622.tar.bz2 luigi-template-e6fea7ce6d25316b850e80183bb2975364a13622.zip |
remove hash() filter
Diffstat (limited to 'luigi-template.js')
-rw-r--r-- | luigi-template.js | 4 |
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(); }, |