mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update reference paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="easeljs-0.5.d.ts" />
|
||||
/// <reference path="easeljs.d.ts" />
|
||||
|
||||
function test_simple() {
|
||||
var canvas = document.getElementById('canvas');
|
||||
|
||||
Vendored
+1
-1
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
|
||||
/// <reference path="../tweenjs/tweenjs-0.3.d.ts" />
|
||||
/// <reference path="../tweenjs/tweenjs.d.ts" />
|
||||
|
||||
// rename the native MouseEvent, to avoid conflit with createjs's MouseEvent
|
||||
interface NativeMouseEvent extends MouseEvent {
|
||||
|
||||
Reference in New Issue
Block a user