melonjs 10.7.0 → 10.7.1

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.
package/dist/melonjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * melonJS Game Engine - v10.7.0
2
+ * melonJS Game Engine - v10.7.1
3
3
  * http://www.melonjs.org
4
4
  * melonjs is licensed under the MIT License.
5
5
  * http://www.opensource.org/licenses/mit-license
@@ -22983,7 +22983,6 @@
22983
22983
  this.getScreenCanvas().addEventListener("contextrestored", function () {
22984
22984
  this$1$1.isContextValid = true;
22985
22985
  event.emit(event.ONCONTEXT_RESTORED, this$1$1);
22986
- me.game.repaint();
22987
22986
  }, false );
22988
22987
  }
22989
22988
 
@@ -33043,10 +33042,10 @@
33043
33042
  * this can be overridden by the plugin
33044
33043
  * @public
33045
33044
  * @type {string}
33046
- * @default "10.7.0"
33045
+ * @default "10.7.1"
33047
33046
  * @name plugin.Base#version
33048
33047
  */
33049
- this.version = "10.7.0";
33048
+ this.version = "10.7.1";
33050
33049
  };
33051
33050
 
33052
33051
  /**
@@ -37440,7 +37439,7 @@
37440
37439
  * @name version
37441
37440
  * @type {string}
37442
37441
  */
37443
- var version = "10.7.0";
37442
+ var version = "10.7.1";
37444
37443
 
37445
37444
 
37446
37445
  /**