mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../moment/moment.d.ts" />
|
||||
|
||||
declare module angular.bootstrap.calendar {
|
||||
declare namespace angular.bootstrap.calendar {
|
||||
interface IEvent {
|
||||
/**
|
||||
* The title of the event
|
||||
@@ -110,7 +110,7 @@ declare module angular.bootstrap.calendar {
|
||||
badgeTotal: number;
|
||||
}
|
||||
|
||||
module events {
|
||||
namespace events {
|
||||
interface IOnEventClick {
|
||||
(calendarEvent: IEvent): void;
|
||||
}
|
||||
@@ -135,4 +135,4 @@ declare module angular.bootstrap.calendar {
|
||||
(calendarDate: Date, calendarNextView: string): void;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user