mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Make module definitions external
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user