mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Added export as "backbone" module for AMD loading
This commit is contained in:
Vendored
+4
@@ -339,3 +339,7 @@ declare module Backbone {
|
||||
|
||||
var $: JQueryStatic;
|
||||
}
|
||||
|
||||
declare module "backbone" {
|
||||
export = Backbone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user