This commit is contained in:
Kevin Sawicki
2013-04-02 13:30:39 -07:00
parent 2ae5cacc6f
commit d64c3e773d
2 changed files with 2 additions and 2 deletions

View File

@@ -22,4 +22,4 @@ class SelectAllMatchesInProject extends Command
))
promise.done -> deferred.resolve(operations)
deferred.promise()
deferred.promise()

View File

@@ -56,7 +56,7 @@ class PreviewList extends ScrollView
pathView.addOperation(operation)
@lastRenderedOperationIndex++
break if not renderAll and @prop('scrollHeight') >= startingScrollHeight + @pixelOverdraw and @prop('scrollHeight') > @height() + @pixelOverdraw
pathViewForPath: (path) ->
pathView = @viewsForPath[path]
if not pathView