use strict

This commit is contained in:
Fabian Jakobs 2011-12-19 15:15:29 +01:00
commit c08d09bfb4
175 changed files with 191 additions and 10 deletions

View file

@ -36,6 +36,7 @@
* ***** END LICENSE BLOCK ***** */
define(function(require, exports, module) {
"use strict";
var oop = require("../lib/oop");
var Mirror = require("../worker/mirror").Mirror;