[Build] Satisfy JSHint

Restore globals lost during removal due to merge, remove unused
variables and use threequals in new scripts.
This commit is contained in:
Victor Woeltjen
2016-04-08 16:22:28 -07:00
parent 5088453712
commit 0b11ddbcfd
14 changed files with 15 additions and 8 deletions

View File

@ -130,7 +130,6 @@ define(
domainObject = this.domainObject,
model = domainObject.getModel(),
modified = model.modified,
cacheService = this.cacheService,
persistenceService = this.persistenceService,
persistenceFn = model.persisted !== undefined ?
this.persistenceService.updateObject :