cleaner view.fn "tnl"

This commit is contained in:
Tyler Renelle 2013-03-15 12:06:38 -04:00
parent d2837afbd4
commit b76b1a33f5

View file

@ -22,7 +22,7 @@ module.exports.username = username = (auth) ->
module.exports.view = (view) ->
view.fn "username", (auth) -> username(auth)
view.fn "tnl", (level) -> algos.tnl(level)
view.fn "tnl", algos.tnl
module.exports.app = (appExports, model) ->