mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+3
-3
@@ -5,7 +5,7 @@
|
||||
|
||||
///<reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
declare module angular.cgNotify {
|
||||
declare namespace angular.cgNotify {
|
||||
|
||||
interface INotifyService {
|
||||
|
||||
@@ -51,7 +51,7 @@ declare module angular.cgNotify {
|
||||
* Optional. Currently center and right are the only acceptable values.
|
||||
*/
|
||||
position? : string;
|
||||
|
||||
|
||||
/**
|
||||
* Optional. The duration (in milliseconds) of the message. A duration of 0 will prevent the message from closing automatically.
|
||||
*/
|
||||
@@ -99,7 +99,7 @@ declare module angular.cgNotify {
|
||||
* The default element that contains each notification. Defaults to document.body.
|
||||
*/
|
||||
container? : any;
|
||||
|
||||
|
||||
/**
|
||||
* The maximum number of total notifications that can be visible at one time. Older notifications will be closed when the maximum is reached.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user