summaryrefslogtreecommitdiff
path: root/app/node_modules/okadminview/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-08 21:51:29 -0400
committerJules Laplace <jules@okfoc.us>2015-04-08 21:51:29 -0400
commit3925093328fa19ff654c633b400d0cf0b16fd342 (patch)
treebf50108f8abc00542954d2fdeb2bc5e3f1bd39aa /app/node_modules/okadminview/index.js
parentde69a2d716fe9d6a0611322f63ec943bb0fb6234 (diff)
parentee5a0ec0c43f673ee79a2fdcf16ea368ea385532 (diff)
Merge branch 'master' of github.com:okfocus/okcms
Diffstat (limited to 'app/node_modules/okadminview/index.js')
-rw-r--r--app/node_modules/okadminview/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/node_modules/okadminview/index.js b/app/node_modules/okadminview/index.js
index 42e7f36..1dcc0d6 100644
--- a/app/node_modules/okadminview/index.js
+++ b/app/node_modules/okadminview/index.js
@@ -186,7 +186,7 @@ function OKAdminView(options) {
if (!resource) {
errorHandler(req, res)(new Error('No such resource ' + type));
} else {
- // TODO Maybe should make metadata synchronous...
+ // TODO Prob should make metadata synchronous...
meta.get().then(function(metadata) {
var templateData = {
meta: metadata,