From 34a8bdae21333809492974d5fd0a85768d106aa4 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 10 Dec 2015 21:43:57 -0700 Subject: [PATCH] * Notes on validation framework usage --- core/fse.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/fse.js b/core/fse.js index 5902bb8d..c49f81f4 100644 --- a/core/fse.js +++ b/core/fse.js @@ -538,7 +538,8 @@ function FullScreenEditorModule(options) { this.mciReadyHandler = function(mciData, cb) { self.createInitialViews(mciData, function viewsCreated(err) { - + // :TODO: Can probably be replaced with @systemMethod:validateUserNameExists when the framework is in + // place - if this is for existing usernames else validate spec self.viewControllers.header.on('leave', function headerViewLeave(view) { if(2 === view.id) { // "to" field