This commit is contained in:
Kevin Sawicki
2013-04-03 15:42:04 -07:00
parent 0b9f6b14ba
commit ec2b116674

View File

@@ -20,7 +20,7 @@ class PreviewList extends ScrollView
@on 'core:move-down', => @selectNextOperation(); false
@on 'core:move-up', => @selectPreviousOperation(); false
@on 'scroll', =>
@renderOperations() if @scrollBottom() >= (@prop('scrollHeight'))
@renderOperations() if @scrollBottom() >= @prop('scrollHeight')
@command 'command-panel:collapse-all', => @collapseAllPaths()
@command 'command-panel:expand-all', => @expandAllPaths()