Skip to content

Commit dbcf2e7

Browse files
authored
Merge pull request #1007 from djipco/patch-2
Added missing createjs namespace in example
2 parents a4226ea + 1ef7eca commit dbcf2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/easeljs/utils/VideoBuffer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ this.createjs = this.createjs||{};
4444
* this issue by drawing each frame to an off-screen canvas and preserving the prior frame during a seek.
4545
*
4646
* var myBuffer = new createjs.VideoBuffer(myVideo);
47-
* var myBitmap = new Bitmap(myBuffer);
47+
* var myBitmap = new createjs.Bitmap(myBuffer);
4848
*
4949
* @class VideoBuffer
5050
* @param {HTMLVideoElement} video The HTML video element to buffer.

0 commit comments

Comments
 (0)