From: Timo Tijhof Date: Wed, 30 Sep 2015 19:10:18 +0000 (-0700) Subject: mediawiki.page.watch.ajax: Add dependency on mediawiki.page.startup X-Git-Tag: 1.31.0-rc.0~9620^2 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=f177e40ac83e5455c4ba13bfd6beebd9df635224;p=lhc%2Fweb%2Fwiklou.git mediawiki.page.watch.ajax: Add dependency on mediawiki.page.startup Follows-up 77cdf19 which accidentally removed it. It is used to host the mw.page.watch method. Bug: T114288 Change-Id: I1aad9c3c46c3765b6b241cf3fd7b2f1956b8cfa0 --- diff --git a/resources/Resources.php b/resources/Resources.php index b446ec8d06..0751a44ce1 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -1550,6 +1550,7 @@ return array( 'mediawiki.page.watch.ajax' => array( 'scripts' => 'resources/src/mediawiki/page/watch.js', 'dependencies' => array( + 'mediawiki.page.startup', 'mediawiki.api.watch', 'mediawiki.notify', 'mediawiki.util',