From a39cbbd917922f7f5bf15bc438baa165d08fa7c8 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 1 Dec 2015 22:35:28 -0800 Subject: [PATCH] Fixing jslint errors --- platform/core/src/capabilities/PersistenceCapability.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/core/src/capabilities/PersistenceCapability.js b/platform/core/src/capabilities/PersistenceCapability.js index 3ff5a26dbf..c77764fcc9 100644 --- a/platform/core/src/capabilities/PersistenceCapability.js +++ b/platform/core/src/capabilities/PersistenceCapability.js @@ -133,9 +133,9 @@ define( domainObject.getModel() ]).then(function(result){ return rejectIfFalsey(result, self.$q); - /*jshint es5: true */ + /*jslint es5: true */ }).catch(function(error){ - /*jshint es5: false */ + /*jslint es5: false */ return notifyOnError(error, domainObject, self.alertService, self.$q); }); };