diff --git a/src/api-viewer/APIViewer.js b/src/api-viewer/APIViewer.js index 7d990cb..82e6a1c 100644 --- a/src/api-viewer/APIViewer.js +++ b/src/api-viewer/APIViewer.js @@ -1,3 +1,5 @@ +/*global apiSchema*/ + Ext.onReady(function() { Ext.define('pmx-param-schema', { extend: 'Ext.data.Model', @@ -23,7 +25,7 @@ Ext.onReady(function() { }), proxy: { type: 'memory', - data: pmxapi, + data: apiSchema, }, sorters: [{ property: 'leaf',