mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-18 12:08:59 +08:00
change positionAll animate from string to boolean
This commit is contained in:
2
types/jquery.pnotify/index.d.ts
vendored
2
types/jquery.pnotify/index.d.ts
vendored
@@ -338,7 +338,7 @@ interface PNotifyConstructor {
|
||||
/**
|
||||
* Reposition the notices, optionally animating their movement.
|
||||
*/
|
||||
positionAll(animate?: string): void
|
||||
positionAll(animate?: boolean): void
|
||||
}
|
||||
|
||||
declare var PNotify: PNotifyConstructor;
|
||||
|
||||
Reference in New Issue
Block a user