From e68df02affe0a54fc17b849e735df3eaa191f817 Mon Sep 17 00:00:00 2001 From: Austen Collins Date: Wed, 14 Oct 2015 19:25:52 -0700 Subject: [PATCH] add todo --- lib/Jaws.js | 2 +- lib/defaults/actions/ProjectCreate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Jaws.js b/lib/Jaws.js index e9959694f..16fe4f840 100644 --- a/lib/Jaws.js +++ b/lib/Jaws.js @@ -173,7 +173,7 @@ class Jaws { * Project Create * @returns {*} */ - + // TODO Passing in params does not currently work projectCreate(config) { // Prepare Queue diff --git a/lib/defaults/actions/ProjectCreate.js b/lib/defaults/actions/ProjectCreate.js index fd8b0c776..1538d6b80 100644 --- a/lib/defaults/actions/ProjectCreate.js +++ b/lib/defaults/actions/ProjectCreate.js @@ -47,7 +47,7 @@ class ProjectCreate extends JawsPlugin { let _this = this; return function*(config) { - + // Non-Interactive Validations if (!_this.Jaws._interactive) { if (!config ||