Skip to content

Commit

Permalink
Improvement based on code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslp committed May 18, 2015
1 parent d8fb806 commit 1655868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/adapt-contrib-narrative.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ define(function(require) {
reRender: function() {
if (this.model.get('_wasHotgraphic') && Adapt.device.screenSize == 'large') {
this.replaceWithHotgraphic();
} else {
this.resizeControl();
}
this.resizeControl();
},

replaceWithHotgraphic: function () {
Expand Down

0 comments on commit 1655868

Please sign in to comment.