We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2fad9c6 + 2da1002 commit 04b26aaCopy full SHA for 04b26aa
src/createjs/events/Event.js
@@ -53,8 +53,8 @@ this.createjs = this.createjs||{};
53
* rely on an event object's state outside of the call stack it was received in.
54
* @class Event
55
* @param {String} type The event type.
56
- * @param {Boolean} bubbles Indicates whether the event will bubble through the display list.
57
- * @param {Boolean} cancelable Indicates whether the default behaviour of this event can be cancelled.
+ * @param {Boolean} [bubbles=false] Indicates whether the event will bubble through the display list.
+ * @param {Boolean} [cancelable=false] Indicates whether the default behaviour of this event can be cancelled.
58
* @constructor
59
**/
60
function Event(type, bubbles, cancelable) {
0 commit comments