Merge branch 'master' into styleguide

This commit is contained in:
Julian Lam
2017-02-24 11:45:04 -05:00
15 changed files with 698 additions and 137 deletions

View File

@@ -1,7 +1,14 @@
'use strict';
(function (exports) {
var helpers = {};
'use strict';
/* globals define, utils, config */
// export the class if we are in a Node-like system.
if (typeof module === 'object' && module.exports === exports) {
exports = module.exports/* = SemVer*/;
}
var helpers = exports;
helpers.displayMenuItem = function (data, index) {
var item = data.navigation[index];