change positionAll animate from string to boolean

This commit is contained in:
Mo Abbas
2017-09-15 12:01:39 +10:00
parent 62691fe2a7
commit ee3f8191db

View File

@@ -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;