@millistream/millistream-widgets 1.0.7 → 1.0.8

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.
@@ -166,7 +166,7 @@
166
166
  var context = null;
167
167
 
168
168
  function getPixelRatio() {
169
- backingStore = context.backingStorePixelRatio ||
169
+ var backingStore = context.backingStorePixelRatio ||
170
170
  context.webkitBackingStorePixelRatio ||
171
171
  context.mozBackingStorePixelRatio ||
172
172
  context.msBackingStorePixelRatio ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@millistream/millistream-widgets",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Millistream widgets node package",
5
5
  "main": "millistream-widgets.js",
6
6
  "scripts": {