mediawiki-extensions-Popups/resources/dist
joakin 7169210406 Remove unnecessary .promise() call
In the mediawiki gateway fetch uses mw.Api which when calling ajax
returns a promise (not a deferred).

Thus .promise() here is unnecessary and happens to work because of
jQuery promises but it is not a standard method on JS promises so it
shouldn't be used on promises, only on deferreds.

Change-Id: Iec609b90bffad8b99b3908897dfb72d7c4ed5481
2018-01-18 18:07:43 +01:00
..
index.js Remove unnecessary .promise() call 2018-01-18 18:07:43 +01:00
index.js.json Remove unnecessary .promise() call 2018-01-18 18:07:43 +01:00