Don't rename deprecated method

This commit is contained in:
Corey Johnson
2014-04-18 09:36:08 -07:00
parent e56317bd64
commit 36c3c38047

View File

@@ -150,6 +150,6 @@ class PaneContainerView extends View
bottom: {x: boundingBox.left, y: boundingBox.bottom}
# Deprecated
getPaneViews: ->
getPanes: ->
deprecate("Use PaneContainerView::getPaneViews() instead")
@getPaneViews()