@schneideress/dashboardframework 0.0.167 → 0.0.168

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.
@@ -718,12 +718,12 @@
718
718
  this.currentResInfo = this.resInfo[3];
719
719
  }
720
720
  else {
721
- if (this.IsMobile) {
722
- if (screen.orientation.angle == 0)
723
- this.screenWidth = screen.width;
724
- else if (screen.orientation.angle == 90)
725
- this.screenWidth = screen.height;
726
- }
721
+ // if (this.IsMobile) {
722
+ // if (screen.orientation.angle == 0)
723
+ // this.screenWidth = screen.width;
724
+ // else if (screen.orientation.angle == 90)
725
+ // this.screenWidth = screen.height;
726
+ // }
727
727
  this.currentResInfo = this.resInfo.filter((/**
728
728
  * @param {?} item
729
729
  * @return {?}