From 858aa6146a8994536c618a746592b37c9ee251c7 Mon Sep 17 00:00:00 2001 From: Henry Date: Thu, 14 Jan 2016 15:04:13 -0800 Subject: [PATCH] JSLint --- platform/commonUI/edit/src/actions/SaveAction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/commonUI/edit/src/actions/SaveAction.js b/platform/commonUI/edit/src/actions/SaveAction.js index 25d8bce968..acea4b177b 100644 --- a/platform/commonUI/edit/src/actions/SaveAction.js +++ b/platform/commonUI/edit/src/actions/SaveAction.js @@ -20,6 +20,7 @@ * at runtime from the About dialog for additional information. *****************************************************************************/ /*global define*/ +/*jshint es5: true */ define( @@ -163,7 +164,6 @@ define( // this is introduced by EditableDomainObject which is // used to insulate underlying objects from changes made // during editing. - /*jshint es5: true */ function doSave() { //This is a new 'virtual object' that has not been persisted // yet.