shineout 2.0.5-beta.2 → 2.0.5-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -98,7 +98,7 @@ function (_Component) {
98
98
  _proto.componentDidMount = function componentDidMount() {
99
99
  var _this2 = this;
100
100
 
101
- if (this.props.sticky && this.table && global.IntersectionObserver) {
101
+ if (this.props.sticky && this.table && window.IntersectionObserver) {
102
102
  var observer = new IntersectionObserver(function (entries) {
103
103
  var entry = entries[0];
104
104
 
package/css/index.js CHANGED
@@ -220,6 +220,6 @@ exports.Upload = _Upload.default;
220
220
  // Created by scripts/src-index.js.
221
221
  var _default = {
222
222
  utils: utils,
223
- version: '2.0.5-beta.2'
223
+ version: '2.0.5-beta.3'
224
224
  };
225
225
  exports.default = _default;