some helper tests

This commit is contained in:
barisusakli
2017-02-24 18:06:23 +03:00
parent 04b07e292c
commit 048eb8a320
3 changed files with 56 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
exports = module.exports/* = SemVer*/;
}
var helpers = {};
var helpers = exports;
helpers.displayMenuItem = function (data, index) {
var item = data.navigation[index];