Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhaled committed Aug 9, 2018
1 parent 8744523 commit b8e03dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/js/samples/bind-width-height/expected-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function addResizeListener(element, fn) {

return {
cancel: () => {
win && win.removeEventListener('resize', fn);
win && win.removeEventListener && win.removeEventListener('resize', fn);
element.removeChild(object);
}
};
Expand Down

0 comments on commit b8e03dc

Please sign in to comment.