@millistream/millistream-widgets 1.0.17 → 1.0.18

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.
@@ -212,6 +212,8 @@
212
212
  })(prototype.getContext);
213
213
 
214
214
  prototype.setRect = (function(height, width) {
215
+ console.log(context, this);
216
+ console.log(getPixelRatio());
215
217
  if (context == null) return;
216
218
  this.style.height = height + 'px';
217
219
  this.style.width = width + 'px';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@millistream/millistream-widgets",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Millistream widgets node package",
5
5
  "main": "millistream-widgets.js",
6
6
  "scripts": {