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

@ -37,6 +37,7 @@
* ***** END LICENSE BLOCK ***** */
define(function(require, exports, module) {
"use strict";
var event = require("./lib/event");