diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-09-08 19:59:41 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-09-08 19:59:41 -0400 |
| commit | 50fac2191fbf0dd101d6071242c03dfad295b3ed (patch) | |
| tree | 2624310093338b64faf8e9e946d11be21afd5a63 /app/node_modules/okadminview | |
| parent | b938e3d1d2d108b887c9624249ee7021cfd83a1f (diff) | |
makin okcms okadminview frontend lib workv0.1.41
Diffstat (limited to 'app/node_modules/okadminview')
| -rw-r--r-- | app/node_modules/okadminview/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/node_modules/okadminview/index.js b/app/node_modules/okadminview/index.js index e0905bf..1121852 100644 --- a/app/node_modules/okadminview/index.js +++ b/app/node_modules/okadminview/index.js @@ -354,7 +354,6 @@ OKAdminView.prototype.renderJSON = function(req, res, data) { */ function fetchIndexTemplateData(meta, queries, dashboardConfig) { var resourceConfig = dashboardConfig.resources || {} - return Q.promise(function(resolve, reject) { Q.all(queries.map(function(query) { return query.get(); |
