diff options
author | Valerio Virgillito | 2012-02-14 11:07:21 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-14 11:07:21 -0800 |
commit | f060190a3bffd9a16718f2ce0499699103d46372 (patch) | |
tree | a308fe7eacec2156c8212dff0892a3de925d5f9a /js/components/ui/FilePicker/file-picker-model.js | |
parent | f766cc203f30ea43ae8b83cf4b65d45cc4435ee9 (diff) | |
parent | 33bc9d62b8e6694500bf14d5b18187bd99a520a3 (diff) | |
download | ninja-f060190a3bffd9a16718f2ce0499699103d46372.tar.gz |
Merge branch 'FileIO' of https://github.com/joseeight/ninja-internal into integration
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 | */ |