react-grid-system
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -57,2 +57,3 @@ 'use strict'; | ||
}, _this.componentWillUnmount = function () { | ||
_this.eventListener.cancel(); | ||
window.removeEventListener('resize', _this.eventListener); | ||
@@ -59,0 +60,0 @@ }, _this.setScreenClass = function () { |
@@ -57,2 +57,3 @@ 'use strict'; | ||
}, _this.componentWillUnmount = function () { | ||
_this.eventListener.cancel(); | ||
window.removeEventListener('resize', _this.eventListener); | ||
@@ -59,0 +60,0 @@ }, _this.setScreenClass = function () { |
@@ -59,2 +59,3 @@ 'use strict'; | ||
}, _this.componentWillUnmount = function () { | ||
_this.eventListener.cancel(); | ||
window.removeEventListener('resize', _this.eventListener); | ||
@@ -61,0 +62,0 @@ }, _this.setScreenClass = function () { |
@@ -53,2 +53,3 @@ 'use strict'; | ||
}, _this.componentWillUnmount = function () { | ||
_this.eventListener.cancel(); | ||
window.removeEventListener('resize', _this.eventListener); | ||
@@ -55,0 +56,0 @@ }, _this.setScreenClass = function () { |
@@ -59,2 +59,3 @@ 'use strict'; | ||
}, _this.componentWillUnmount = function () { | ||
_this.eventListener.cancel(); | ||
window.removeEventListener('resize', _this.eventListener); | ||
@@ -61,0 +62,0 @@ }, _this.setScreenClass = function () { |
{ | ||
"name": "react-grid-system", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "A no CSS Bootstrap-like responsive grid system for React.", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -108,2 +108,3 @@ /* global window */ | ||
componentWillUnmount = () => { | ||
this.eventListener.cancel(); | ||
window.removeEventListener('resize', this.eventListener); | ||
@@ -110,0 +111,0 @@ } |
@@ -80,2 +80,3 @@ /* global window */ | ||
componentWillUnmount = () => { | ||
this.eventListener.cancel(); | ||
window.removeEventListener('resize', this.eventListener); | ||
@@ -82,0 +83,0 @@ } |
@@ -65,2 +65,3 @@ /* global window */ | ||
componentWillUnmount = () => { | ||
this.eventListener.cancel(); | ||
window.removeEventListener('resize', this.eventListener); | ||
@@ -67,0 +68,0 @@ } |
@@ -50,2 +50,3 @@ /* global window */ | ||
componentWillUnmount = () => { | ||
this.eventListener.cancel(); | ||
window.removeEventListener('resize', this.eventListener); | ||
@@ -52,0 +53,0 @@ } |
@@ -65,2 +65,3 @@ /* global window */ | ||
componentWillUnmount = () => { | ||
this.eventListener.cancel(); | ||
window.removeEventListener('resize', this.eventListener); | ||
@@ -67,0 +68,0 @@ } |
80919
1847