[00:59:59] DanielFriesen: is there any documentation on using mw.notify? [01:00:21] kaldari: Mmmm... there's a doc comment [01:00:53] a doc comment? [01:01:19] As in if you open the code there should be a documentation comment above it detailing it. [01:01:42] there's a small comment at the top of the class: "Creates a Notification object for 1 message." [01:01:45] Even though we don't run that through anything right now. [01:02:36] ...and some inline comments [01:02:46] was mostly just looking for a quick usage guide [01:03:37] something like: https://www.mediawiki.org/wiki/ResourceLoader/Default_modules#jQuery.23badge [01:03:40] mw.notify -> @see mw.notification.notify [01:03:53] /** [01:03:53] * Display a notification message to the user. [01:03:54] * [01:03:54] * @param {mixed} message The DOM-element, jQuery object, mw.Message instance, [01:03:57] * or plaintext string to be used as the message. [01:03:59] * @param {Object} options The options to use for the notification. [01:04:02] * See mw.notification.defaults for details. [01:04:04] */ [01:04:11] yeah, so what are the options? [01:04:21] nevermind, I'll just read the whole file [01:17:57] kaldari: https://www.mediawiki.org/wiki/ResourceLoader/Default_modules#mediawiki.notify [01:18:36] ooh, thanks!! [10:13:23] Status is up, really? [10:17:09] yes