Added jslint es5 mode

This commit is contained in:
Henry 2015-12-01 22:40:50 -08:00
parent d8e319ebf8
commit 20d9c7158e

View File

@ -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,