fixed build, dist

This commit is contained in:
Tony Tam
2015-01-28 22:40:52 -08:00
parent 3d66a4ecf7
commit d9a3c65ac4
7 changed files with 34 additions and 1732 deletions

2
dist/swagger-ui.js vendored
View File

@@ -1885,7 +1885,7 @@ helpers = this.merge(helpers, Handlebars.helpers); data = data || {};
_ref9 = this.model.parameters;
for (_k = 0, _len2 = _ref9.length; _k < _len2; _k++) {
param = _ref9[_k];
type = param.type || param.dataType;
type = param.type || param.dataType || '';
if (typeof type === 'undefined') {
schema = param.schema;
if (schema && schema['$ref']) {