mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -6,8 +6,8 @@
|
||||
/// <reference path="../jointjs/jointjs.d.ts" />
|
||||
/// <reference path="../backbone/backbone.d.ts" />
|
||||
|
||||
declare module joint{
|
||||
module ui{
|
||||
declare namespace joint{
|
||||
namespace ui{
|
||||
interface Handle {
|
||||
name : string;
|
||||
position : string;
|
||||
@@ -35,4 +35,4 @@ declare module joint{
|
||||
changeHandle(name:string, handle:Handle) : void;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user