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:
Philippe CHARRIERE
2012-10-29 14:02:02 +01:00
parent 89eb04b546
commit 2890e9bf8f

View File

@@ -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;