This commit is contained in:
Henry
2016-01-14 15:04:13 -08:00
parent 826d39a749
commit 858aa6146a

View File

@@ -20,6 +20,7 @@
* at runtime from the About dialog for additional information. * at runtime from the About dialog for additional information.
*****************************************************************************/ *****************************************************************************/
/*global define*/ /*global define*/
/*jshint es5: true */
define( define(
@@ -163,7 +164,6 @@ define(
// this is introduced by EditableDomainObject which is // this is introduced by EditableDomainObject which is
// used to insulate underlying objects from changes made // used to insulate underlying objects from changes made
// during editing. // during editing.
/*jshint es5: true */
function doSave() { function doSave() {
//This is a new 'virtual object' that has not been persisted //This is a new 'virtual object' that has not been persisted
// yet. // yet.