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

Commit

Permalink
Browse files Browse the repository at this point in the history
Also fix grammar in comment
  • Loading branch information
JeffryBooher committed Aug 12, 2014
1 parent ea0f0ad commit 7c7d429
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/spec/DocumentCommandHandlers-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1241,12 +1241,13 @@ define(function (require, exports, module) {
sp = se.scrollLeft,
$se = _$(se);

// really big number -- will scroll all the end of the line
// really big number -- will scroll to the end of the line
$se.scrollLeft(99999999);
expect(sp).toEqual(se.scrollLeft);
});
});
});

describe("Opens text file and validates EditorManager APIs", function () {
it("should return an editor after opening a text file", function () {
var path = testPath + "/test.js",
Expand Down

0 comments on commit 7c7d429

Please sign in to comment.