diff options
Diffstat (limited to 'js/io/system/coreioapi.js')
-rwxr-xr-x | js/io/system/coreioapi.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/io/system/coreioapi.js b/js/io/system/coreioapi.js index 5379cbfc..115fbf64 100755 --- a/js/io/system/coreioapi.js +++ b/js/io/system/coreioapi.js | |||
@@ -1064,6 +1064,7 @@ exports.CoreIoApi = Montage.create(Component, { | |||
1064 | /*** | 1064 | /*** |
1065 | * checks for valid uri pattern | 1065 | * checks for valid uri pattern |
1066 | * also flags if Windows uri pattern and Unix uri patterns are mixed | 1066 | * also flags if Windows uri pattern and Unix uri patterns are mixed |
1067 | * Todo: need to augment when files can be accessed via other protocols like http, ftp, ssh, etc. | ||
1067 | */ | 1068 | */ |
1068 | isValidUri:{ | 1069 | isValidUri:{ |
1069 | value: function(uri){ | 1070 | value: function(uri){ |