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

Commit

Permalink
fix jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsanjose committed Jul 16, 2013
1 parent e7cdad6 commit e2e2a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/DocumentCommandHandlers-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ define(function (require, exports, module) {
runs(function () {
spyOn(testWindow.brackets.fs, 'showSaveDialog').andCallFake(function (dialogTitle, initialPath, proposedNewName, callback) {
testWindow.setTimeout(function () {
callback(undefined, newFilePath)
callback(undefined, newFilePath);
}, 0);
});

Expand Down

0 comments on commit e2e2a51

Please sign in to comment.