mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
Added jslint es5 mode
This commit is contained in:
@ -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*/
|
||||||
|
/*jslint es5: true */
|
||||||
|
|
||||||
|
|
||||||
define(
|
define(
|
||||||
@ -111,7 +112,6 @@ define(
|
|||||||
* if persistence is successful, and rejected
|
* if persistence is successful, and rejected
|
||||||
* if not.
|
* if not.
|
||||||
*/
|
*/
|
||||||
/*jslint es5: true */
|
|
||||||
PersistenceCapability.prototype.persist = function () {
|
PersistenceCapability.prototype.persist = function () {
|
||||||
var self = this,
|
var self = this,
|
||||||
domainObject = this.domainObject,
|
domainObject = this.domainObject,
|
||||||
|
Reference in New Issue
Block a user