webmcp

view framework/env/convert/_from_number_to_human.lua @ 67:937bbe05098c

Bugfix regarding compatibility with Lua 5.2:
return _M at end of mondelefant.lua
author jbe
date Tue Apr 17 15:39:27 2012 +0200 (2012-04-17)
parents 9fdfb27f8e67
children
line source
1 function convert._from_number_to_human(value)
2 return atom.dump(value)
3 end

Impressum / About Us