forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
13
VApp/node_modules/min-document/event.js
generated
vendored
Normal file
13
VApp/node_modules/min-document/event.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
module.exports = Event
|
||||
|
||||
function Event(family) {}
|
||||
|
||||
Event.prototype.initEvent = function _Event_initEvent(type, bubbles, cancelable) {
|
||||
this.type = type
|
||||
this.bubbles = bubbles
|
||||
this.cancelable = cancelable
|
||||
}
|
||||
|
||||
Event.prototype.preventDefault = function _Event_preventDefault() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user