Skip to content

Commit c740ead

Browse files
author
Lanny McNie
committed
Fixed framerate property default value in documentation (thanks @Fumio)
1 parent 28e8e9f commit c740ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/easeljs/display/MovieClip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ this.createjs = this.createjs||{};
205205
* passed into {{#crossLink "Stage/update"}}{{/crossLink}}.
206206
* @property framerate
207207
* @type {Number}
208-
* @default 0
208+
* @default null
209209
**/
210210
this.framerate = null;
211211

0 commit comments

Comments
 (0)