diff options
Diffstat (limited to 'js/io/system')
-rwxr-xr-x | js/io/system/coreioapi.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js index 3a007028..717606b5 100755 --- a/js/io/system/coreioapi.js +++ b/js/io/system/coreioapi.js | |||
@@ -926,7 +926,6 @@ exports.CoreIoApi = Montage.create(Component, { | |||
926 | // 204 - The file exists and response body has writable flag | 926 | // 204 - The file exists and response body has writable flag |
927 | // 404 - the file does not exist | 927 | // 404 - the file does not exist |
928 | // 500 - unknown server error occurred | 928 | // 500 - unknown server error occurred |
929 | //TODO:to be finalized | ||
930 | isFileWritable:{ | 929 | isFileWritable:{ |
931 | enumerable:true, | 930 | enumerable:true, |
932 | writable:false, | 931 | writable:false, |