Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/io.js

Issue 10369004: File system path resolving (Closed)
Patch Set: Created April 24, 2013, 2:10 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/io.js
===================================================================
--- a/lib/io.js
+++ b/lib/io.js
@@ -8,7 +8,7 @@
resolveFilePath: function(path)
{
- return new FakeFile(path);
+ return new FakeFile(_fileSystem.resolve(path));
},
readFromFile: function(file, decode, listener, callback, timeLineID)

Powered by Google App Engine
This is Rietveld