diff options
Diffstat (limited to 'js/components/ui/FilePicker/file-picker-model.js')
-rwxr-xr-x[-rw-r--r--] | js/components/ui/FilePicker/file-picker-model.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/components/ui/FilePicker/file-picker-model.js b/js/components/ui/FilePicker/file-picker-model.js index b1df3b4e..d9cf02ed 100644..100755 --- a/js/components/ui/FilePicker/file-picker-model.js +++ b/js/components/ui/FilePicker/file-picker-model.js | |||
@@ -79,6 +79,12 @@ exports.FilePickerModel = (require("montage/core/core").Montage).create(require( | |||
79 | value:null | 79 | value:null |
80 | }, | 80 | }, |
81 | 81 | ||
82 | callbackScope:{ | ||
83 | writable:true, | ||
84 | enumerable:true, | ||
85 | value:null | ||
86 | }, | ||
87 | |||
82 | /** | 88 | /** |
83 | * stores the previously viewed directory uris in an array [FILO] per file picker instance | 89 | * stores the previously viewed directory uris in an array [FILO] per file picker instance |
84 | */ | 90 | */ |