diff options
Diffstat (limited to 'lib/backbone/file.js')
-rw-r--r-- | lib/backbone/file.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backbone/file.js b/lib/backbone/file.js index 71fc78c..34cf066 100644 --- a/lib/backbone/file.js +++ b/lib/backbone/file.js @@ -15,7 +15,7 @@ BackboneFile.prototype.type = ''; // Parse a backbone file BackboneFile.prototype.parse = function() { - + // To be implemented by each child }; // Return true if backbone file exists |