bug fix - easeljs and tweenjs

This commit is contained in:
Diullei Gomes
2013-06-21 20:25:26 -03:00
parent 941dfaaf58
commit 41aee7c70a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
*/
/// <reference path="tweenjs.d.ts" />
/// <reference path="../tweenjs/tweenjs.d.ts" />
// rename the native MouseEvent, to avoid conflit with createjs's MouseEvent
interface NativeMouseEvent extends MouseEvent {