mediawiki.log: Fix unknown method "apply" error in IE9 and below
authorGilles Dubuc <gdubuc@wikimedia.org>
Mon, 31 Mar 2014 13:57:05 +0000 (15:57 +0200)
committerKrinkle <krinklemail@gmail.com>
Mon, 31 Mar 2014 22:20:21 +0000 (22:20 +0000)
commite79862bc89857b4f9a9c48f2f25ccf786a6e287f
tree367b54e27182bb34394ec932624565d3bb20f764
parented8668b9259c3b1afca231556faadce98095920c
mediawiki.log: Fix unknown method "apply" error in IE9 and below

In IE < 10, the console.log function is implemented as a non-standard
host function (not inheriting the regular Function prototype) which
doesn't provide an "apply" method.

Change-Id: I6ecf933589ec430ff4d1748a5f3c511b692e3b9a
resources/mediawiki/mediawiki.log.js