1234567891011121314151617181920212223242526272829303132333435363738394041 |
- goog.provide('goog.fs.FileSystem');
- goog.fs.FileSystem = function() {};
- goog.fs.FileSystem.prototype.getName = function() {};
- goog.fs.FileSystem.prototype.getRoot = function() {};
|