Skip to content

Commit

Permalink
Merge pull request #632 from roemhildtg/fix-628-contentPane-sidebar
Browse files Browse the repository at this point in the history
fixes #628
  • Loading branch information
tmcgee authored Nov 16, 2016
2 parents a91290c + 9875a04 commit f5b2a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viewer/js/viewer/_WidgetsMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ define([
}
var placeAt = widgetConfig.placeAt;
if (!placeAt) {
placeAt = this.panes.sidebar;
placeAt = this.panes.left;
} else if (typeof (placeAt) === 'string') {
placeAt = this.panes[placeAt];
}
Expand All @@ -234,4 +234,4 @@ define([
}

});
});
});

0 comments on commit f5b2a30

Please sign in to comment.