use strict
This commit is contained in:
parent
3b427f06c3
commit
0d6af5f66a
|
@ -391,7 +391,7 @@ var VideoImage = function(src, rawVideo) {
|
||||||
VideoImage.prototype = heir(BaseImage.prototype);
|
VideoImage.prototype = heir(BaseImage.prototype);
|
||||||
|
|
||||||
|
|
||||||
videos = {};
|
var videos = {};
|
||||||
VideoImage.makeInstance = function(path, rawVideo) {
|
VideoImage.makeInstance = function(path, rawVideo) {
|
||||||
if (! (path in VideoImage)) {
|
if (! (path in VideoImage)) {
|
||||||
videos[path] = new VideoImage(path, rawVideo);
|
videos[path] = new VideoImage(path, rawVideo);
|
||||||
|
|
|
@ -333,7 +333,7 @@ MACHINE.modules[~s] =
|
||||||
<title>Example</title>
|
<title>Example</title>
|
||||||
</head>
|
</head>
|
||||||
<script>
|
<script>
|
||||||
|
"use strict";
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user