aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui
diff options
context:
space:
mode:
authorAnanya Sen2012-02-15 16:09:14 -0800
committerAnanya Sen2012-02-15 16:09:14 -0800
commit4937b39fb0cf542f57cdadc7d1e2ed9798f7ef87 (patch)
treeceb195e70be2e233068bdc2e6113505548b93df8 /js/components/ui
parent56d2a8d11a73cd04c7f1bc20d1ded52b9c1242f2 (diff)
downloadninja-4937b39fb0cf542f57cdadc7d1e2ed9798f7ef87.tar.gz
fixes to document tabbing
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/components/ui')
-rw-r--r--js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.js b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.js
index 6b0d92f7..edc24a2c 100644
--- a/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.js
+++ b/js/components/ui/FilePicker/pickerNavigator.reel/pickerNavigator.js
@@ -794,7 +794,7 @@ var PickerNavigator = exports.PickerNavigator = Montage.create(Component, {
794 794
795 handleOkButtonAction : { 795 handleOkButtonAction : {
796 value: function(evt){ 796 value: function(evt){
797 console.log("$$$ File Picker : selected "+ this.selectedItems.toString()); 797 //console.log("$$$ File Picker : selected "+ this.selectedItems.toString());
798 var success = true; 798 var success = true;
799 if(!!this.pickerModel.callback && (this.selectedItems.length > 0)){//call the callback if it is available 799 if(!!this.pickerModel.callback && (this.selectedItems.length > 0)){//call the callback if it is available
800 try{ 800 try{