mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 18:57:01 +00:00
JSLint
This commit is contained in:
parent
826d39a749
commit
858aa6146a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user