Make module definitions external

This commit is contained in:
Boris Yankov
2012-10-25 06:17:06 +03:00
parent 8957de3116
commit 908f705273
2 changed files with 2 additions and 2 deletions
+1 -1
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;
+1 -1
View File
@@ -2,7 +2,7 @@
// Project: http://emberjs.com/
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module Ember {
declare module "Ember" {
export class CoreObject {
isDestroyed: bool;