Start figuring out where the pieces go

This commit is contained in:
Garen Torikian
2013-03-27 01:06:34 -07:00
parent 280e527f5a
commit 7233d9d64b
5 changed files with 17 additions and 11 deletions

View File

@@ -177,6 +177,7 @@ class Project
for [column, length] in matchPositions
range = new Range([row, column], [row, column + length])
match = lineText.substr(column, length)
console.log(path)
iterator({path, range, match})
deferred = $.Deferred()