diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-01-27 10:24:06 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-01-27 10:24:06 +0100 |
commit | f305d57ab7702c3ca10fd6e32366d19e524ee1f0 (patch) | |
tree | 381ccb09c7cedc72cdf8ad6c98b681b72f4d1bc0 /lib/backbone/file.js | |
parent | 877f2e477b010f9f37a9044606f110a90f077680 (diff) | |
download | gitbook-f305d57ab7702c3ca10fd6e32366d19e524ee1f0.zip gitbook-f305d57ab7702c3ca10fd6e32366d19e524ee1f0.tar.gz gitbook-f305d57ab7702c3ca10fd6e32366d19e524ee1f0.tar.bz2 |
Add more classes structures
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 |