Add the ReactEditorView::updateDisplay shim

This commit is contained in:
Nathan Sobo
2014-06-05 12:01:09 +09:00
parent 15d1c5f992
commit 8417dfd10e

View File

@@ -134,3 +134,5 @@ class ReactEditorView extends View
@component.getDOMNode().style.width = (@editor.getDefaultCharWidth() * widthInChars) + 'px'
requestDisplayUpdate: -> # No-op shim for find-and-replace
updateDisplay: -> # No-op shim for package specs