💄 Drop the ::onValue call

This commit is contained in:
Nathan Sobo
2014-03-03 22:38:17 -07:00
parent 0eac9d3e6f
commit ea16ecc81f

View File

@@ -82,7 +82,7 @@ class WorkspaceView extends View
@subscribe @model, 'uri-opened', => @trigger 'uri-opened'
@subscribe scrollbarStyle.onValue (style) =>
@subscribe scrollbarStyle, (style) =>
@removeClass('scrollbar-style-legacy')
@removeClass('scrollbar-style-overlay')
@addClass("scrollbar-style-#{style}")