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);
|
||||
|
||||
|
||||
videos = {};
|
||||
var videos = {};
|
||||
VideoImage.makeInstance = function(path, rawVideo) {
|
||||
if (! (path in VideoImage)) {
|
||||
videos[path] = new VideoImage(path, rawVideo);
|
||||
|
|
|
@ -333,7 +333,7 @@ MACHINE.modules[~s] =
|
|||
<title>Example</title>
|
||||
</head>
|
||||
<script>
|
||||
|
||||
"use strict";
|
||||
EOF
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user