Changing console.log(e) to a throw. console.log makes it go toString() which is prett...
authorKrinkle <krinkle@users.mediawiki.org>
Wed, 18 May 2011 20:31:28 +0000 (20:31 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Wed, 18 May 2011 20:31:28 +0000 (20:31 +0000)
commitbdac16978c6827bb5d8709071ee8afb99707ec3e
treeb11edec9c62f3f4746165af9d8f9d2ce5416f390
parentd8c59f8f0d7150f2607488a91b1ca5a88957cc77
Changing console.log(e) to a throw. console.log makes it go toString() which is pretty much the same as the e.message in the console.log call above it. This also made it impossible for QUnit to get it's hand on the actual error. Fixed it by moing it outside of the if statement so it can be caught.
resources/mediawiki/mediawiki.js