Skip to content

Commit

Permalink
fixes #628
Browse files Browse the repository at this point in the history
  • Loading branch information
green3g committed Nov 16, 2016
1 parent a91290c commit 9875a04
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 9875a04

Please sign in to comment.