Fix for typo.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-02-02 17:58:15 -08:00
parent 99b192c4bc
commit 8ea3963f62
+1 -1
View File
@@ -142,7 +142,7 @@ objj_search.prototype.attemptNextSearchPath = function()
for (; index < count; ++index)
objj_files[this.searchedPaths[index]] = file;
#end
#endif
if (this.didCompleteCallback)
this.didCompleteCallback(file);