Make the old mw.wikibase.getEntity use the same logic/ code mw.wikibase.getEntityObject uses, removing the backwards compatibility.
Description
Description
Details
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/extensions/Wikibase | master | +25 -55 | Make mw.wikibase.getEntity == mw.wikibase.getEntityObject |
Event Timeline
Comment Actions
Change 198771 had a related patch set uploaded (by Hoo man):
Make mw.wikibase.getEntity == mw.wikibase.getEntityObject
Comment Actions
They are going to be the same thing, so it totally wont matter which one you're calling. I think, I prefer getEntity because it's shorter, but in the end it doesn't matter.
Comment Actions
Change 198771 merged by jenkins-bot:
Make mw.wikibase.getEntity == mw.wikibase.getEntityObject
Comment Actions
From the commit mw.wikibase.getEntity is going to be the 'main' function. Yay for brevity!