diff options
Diffstat (limited to 'js/io/ui/new-file-dialog/new-file-options-navigator.reel')
-rw-r--r-- | js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js index cee8d4b7..a747b8de 100644 --- a/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js +++ b/js/io/ui/new-file-dialog/new-file-options-navigator.reel/new-file-options-navigator.js | |||
@@ -335,7 +335,7 @@ var NewFileOptionsNavigator = exports.NewFileOptionsNavigator = Montage.create(C | |||
335 | 335 | ||
336 | isValidUri:{ | 336 | isValidUri:{ |
337 | value: function(uri){ | 337 | value: function(uri){ |
338 | var status= nj.isValidUri(uri); | 338 | var status= this.application.ninja.coreIoApi.isValidUri(uri); |
339 | if(uri !== ""){ | 339 | if(uri !== ""){ |
340 | if(!status){ | 340 | if(!status){ |
341 | this.showError("! Invalid directory."); | 341 | this.showError("! Invalid directory."); |