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

Commit

Permalink
Merge pull request #12177 from adobe/marcel/cm-update
Browse files Browse the repository at this point in the history
Update CodeMirror
  • Loading branch information
MiguelCastillo committed Apr 4, 2016
2 parents f1bf103 + 8675647 commit 39fdee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/thirdparty/CodeMirror
2 changes: 1 addition & 1 deletion test/spec/EditorOptionHandlers-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ define(function (require, exports, module) {
checkCloseBraces(editor, {line: 0, ch: 16}, {line: 0, ch: 34}, OPEN_BRACKET, "var myContent = [\"This is awesome!\"];");

runs(function () {
expect(editor.getSelection()).toEqual({start: {line: 0, ch: 16}, end: {line: 0, ch: 36}, reversed: false});
expect(editor.getSelection()).toEqual({start: {line: 0, ch: 17}, end: {line: 0, ch: 35}, reversed: false});
});
});
});
Expand Down

0 comments on commit 39fdee0

Please sign in to comment.