mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-03 16:50:15 +00:00
Update Definitions/backbone-0.9.d.ts
can't transpile to javascript if `declare module "Backbone"` and then it's ok with `declare module Backbone`
This commit is contained in:
2
Definitions/backbone-0.9.d.ts
vendored
2
Definitions/backbone-0.9.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
// Type definitions for Backbone 0.9
|
||||
// https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "Backbone" {
|
||||
declare module Backbone {
|
||||
|
||||
export class Events {
|
||||
on(events: string, callback: (event) => any, context?: any): any;
|
||||
|
||||
Reference in New Issue
Block a user