use strict

This commit is contained in:
Danny Yoo 2011-08-07 20:51:00 -04:00
parent 3b427f06c3
commit 0d6af5f66a
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -333,7 +333,7 @@ MACHINE.modules[~s] =
<title>Example</title>
</head>
<script>
"use strict";
EOF
)