Merge branch 'master' into chrome35

Conflicts:
	package.json
This commit is contained in:
Nathan Sobo
2014-07-24 18:14:11 -07:00

View File

@@ -71,6 +71,7 @@ class ReactEditorView extends View
return unless onDom
return if @attached
@attached = true
@component.pollDOM()
@focus() if @focusOnAttach
@trigger 'editor:attached', [this]