Skip to content

Commit

Permalink
fix(cleanup): forgot to remove call
Browse files Browse the repository at this point in the history
  • Loading branch information
BowlingX committed Mar 5, 2016
1 parent 0d90249 commit 2e51778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/lib/FixedWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export default class FixedWindow {
this.widgets.pop();
if (this.widgets.length === 0) {
this._removeFixedContainer();
resolve();
}
}

Expand Down

0 comments on commit 2e51778

Please sign in to comment.