mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update std.js
This commit is contained in:
parent
f79dce48d9
commit
0e3b3f50fe
|
@ -329,7 +329,7 @@ function StdEvent(type) {
|
|||
};
|
||||
|
||||
// Not used but to be compatible
|
||||
this.initEvent(type, bubbles, cancelable) {
|
||||
this.initEvent = function(type, bubbles, cancelable) {
|
||||
this.type = type;
|
||||
this.bubbles = bubbles;
|
||||
this.cancelable = cancelable;
|
||||
|
|
Loading…
Reference in New Issue
Block a user