Remove property always set in constructor

This commit is contained in:
Kevin Sawicki 2015-04-06 15:14:26 -07:00
parent c7071f15b5
commit b54177eb5e

View File

@ -241,5 +241,3 @@ if Grim.includeDeprecatedAPIs
@$activePane @$activePane
.switch((activePane) -> activePane?.$activeItem) .switch((activePane) -> activePane?.$activeItem)
.distinctUntilChanged() .distinctUntilChanged()
else
PaneContainer::activePane = null