Clarify stickiness of warning/danger notifications

pull/37/head
Jessica B. Hamrick 12 years ago
parent 6f49f4b78e
commit 9c1e7fa2eb

@ -119,7 +119,8 @@ define([
/**
* Display a warning message (styled with the 'warning'
* class). Arguments are the same as in set_message.
* class). Arguments are the same as in set_message. Messages are
* sticky by default.
*
* @method warning
*/
@ -131,7 +132,8 @@ define([
/**
* Display a danger message (styled with the 'danger'
* class). Arguments are the same as in set_message.
* class). Arguments are the same as in set_message. Messages are
* sticky by default.
*
* @method danger
*/

Loading…
Cancel
Save