diff options
author | Valerio Virgillito | 2012-05-03 15:57:43 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-03 15:57:43 -0700 |
commit | 8dcbac5d4c30e9dfbc543a5f997939111e9c9f89 (patch) | |
tree | b053a48b8c835ae9087a97bfdf02746e7b4c3833 /js/io/system/fileio.js | |
parent | 602240c38e0f2c3937d3c7246247e0b59bccab2b (diff) | |
parent | f3479e478f3cec1cb00508bedbce8dc5a210931a (diff) | |
download | ninja-8dcbac5d4c30e9dfbc543a5f997939111e9c9f89.tar.gz |
Merge pull request #193 from joseeight/Document
New Document View
Diffstat (limited to 'js/io/system/fileio.js')
-rwxr-xr-x | js/io/system/fileio.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/io/system/fileio.js b/js/io/system/fileio.js index f78ad173..1680ca7f 100755 --- a/js/io/system/fileio.js +++ b/js/io/system/fileio.js | |||
@@ -146,7 +146,7 @@ exports.FileIo = Montage.create(Component, { | |||
146 | } | 146 | } |
147 | }, | 147 | }, |
148 | //////////////////////////////////////////////////////////////////// | 148 | //////////////////////////////////////////////////////////////////// |
149 | // | 149 | //TODO: Add functionality |
150 | deleteFile: { | 150 | deleteFile: { |
151 | enumerable: true, | 151 | enumerable: true, |
152 | value: function() { | 152 | value: function() { |
@@ -159,7 +159,7 @@ exports.FileIo = Montage.create(Component, { | |||
159 | } | 159 | } |
160 | }, | 160 | }, |
161 | //////////////////////////////////////////////////////////////////// | 161 | //////////////////////////////////////////////////////////////////// |
162 | // | 162 | //TODO: Add functionality |
163 | copyFile: { | 163 | copyFile: { |
164 | enumerable: true, | 164 | enumerable: true, |
165 | value: function() { | 165 | value: function() { |