Remove CompositeCursor and Selection. Move their remaining methods into Editor

This commit is contained in:
Nathan Sobo
2012-06-11 10:11:33 -06:00
parent 31135afd9a
commit cffadcf4a8
6 changed files with 53 additions and 74 deletions

View File

@@ -873,7 +873,6 @@ describe "Editor", ->
editor.setCursorScreenPosition [5, 5]
rootView.setFontSize(30)
expect(editor.css('font-size')).toBe '30px'
expect(editor.lineHeight).toBeGreaterThan lineHeightBefore
expect(editor.charWidth).toBeGreaterThan charWidthBefore