couchrest_model/lib/couchrest/helper/template-app/views/_lib/helper.js

3 lines
48 B
JavaScript
Raw Normal View History

2009-01-02 07:45:41 +01:00
function aHelperFunction() {
return "help";
};