mediawiki.Title: Fix doc reference error
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 15 Oct 2013 20:09:54 +0000 (22:09 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 15 Oct 2013 20:09:54 +0000 (22:09 +0200)
commit4362d8f15103658cd8df4fae3a4691e9ae7e7bb6
tree1daadbe2082949315c9be64bc913dd5995a51f12
parent662a0016b9f80c6196fb3a52741694baa9feda69
mediawiki.Title: Fix doc reference error

Follows-up 165373d which introduced a reference to a browser
global not in our index (causing a jsduck error).

Unless we're using an element that has special DOM methods I
don't think it's worth adding element subclasses to the doc index.
We generally just use HTMLElement so changed it to that.

Also made a minor optimisation in merging the img/src assignments
by using .prop( 'src' ) and .src directly. And while at it also
reduced it to direct access with [0] instead of .get().

Change-Id: I3a521eda0aeeb7847a96d474316d1d5e6e8917d1
resources/mediawiki/mediawiki.Title.js