Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
fix jslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Dec 11, 2012
1 parent 43794ae commit 1523de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/spec/SpecRunnerUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ define(function (require, exports, module) {
});
});

deferred.always(function () {
deferred.always(function () {
// remove destination path prefix
if (removePrefix && options.infos) {
var shortKey;
Expand All @@ -645,7 +645,7 @@ define(function (require, exports, module) {
options.infos[shortKey] = options.infos[key];
});
}
})
});

return deferred.promise();
}
Expand Down

0 comments on commit 1523de8

Please sign in to comment.