Skip to content

Commit 4a5814a

Browse files
committed
Fixed a spelling mistake
createjs.SounJS --> createjs.SoundJS
1 parent c796dae commit 4a5814a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_CREATEJS_NAMESPACE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For example, instead of playing a sound like this:
44
var foo = SoundJS.play(id);
55

66
You will need to reach into the createjs namespace:
7-
var bar = createjs.SounJS.play(id);
7+
var bar = createjs.SoundJS.play(id);
88

99
This functionality is configurable though. You can easily shortcut the namespace or get rid of it completely.
1010

@@ -21,4 +21,4 @@ var createjs = window; // sets window as the createjs namespace (the object the
2121
</script>
2222
<script src="easeljs.js"></script>
2323

24-
This will also make CreateJS libraries compatible with old content that did not use a namespace, such as the output from the Flash Pro Toolkit for CreateJS v1.0.
24+
This will also make CreateJS libraries compatible with old content that did not use a namespace, such as the output from the Flash Pro Toolkit for CreateJS v1.0.

0 commit comments

Comments
 (0)