mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
Added jslint es5 mode
This commit is contained in:
parent
d8e319ebf8
commit
20d9c7158e
@ -20,6 +20,7 @@
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define*/
|
||||
/*jslint es5: true */
|
||||
|
||||
|
||||
define(
|
||||
@ -111,7 +112,6 @@ define(
|
||||
* if persistence is successful, and rejected
|
||||
* if not.
|
||||
*/
|
||||
/*jslint es5: true */
|
||||
PersistenceCapability.prototype.persist = function () {
|
||||
var self = this,
|
||||
domainObject = this.domainObject,
|
||||
|
Loading…
x
Reference in New Issue
Block a user