Fixed jslint issues

This commit is contained in:
Andrew Henry
2015-11-04 20:48:22 -08:00
parent b73f9fc19e
commit 863c3f1720
5 changed files with 33 additions and 35 deletions

View File

@@ -20,7 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
/*global define,describe,beforeEach,it,jasmine,expect */
/*global define,describe,beforeEach,it,jasmine,expect,spyOn */
define(
[
@@ -101,10 +101,9 @@ define(
);
abstractComposePromise.then.andCallFake(function(success, error, notify){
notify(progress);
success();
}
)
notify(progress);
success();
});
locationServicePromise.then.andCallFake(function(callback){
callback(newParent);