mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-28 01:10:04 +00:00
Hygiene: Remove unnecessary IIFE in previewBehavior.js
Change-Id: I4f6f4094ba545f827dad28e966d69e6ecec3cea2
This commit is contained in:
parent
7b86981054
commit
d54cfc2e42
BIN
resources/dist/index.js
vendored
BIN
resources/dist/index.js
vendored
Binary file not shown.
BIN
resources/dist/index.js.map
vendored
BIN
resources/dist/index.js.map
vendored
Binary file not shown.
|
@ -1,4 +1,5 @@
|
|||
( function ( mw, $ ) {
|
||||
var mw = window.mediaWiki,
|
||||
$ = jQuery;
|
||||
|
||||
/**
|
||||
* @typedef {Object} ext.popups.PreviewBehavior
|
||||
|
@ -51,5 +52,3 @@
|
|||
previewShow: actions.previewShow
|
||||
};
|
||||
};
|
||||
|
||||
}( mediaWiki, jQuery ) );
|
||||
|
|
Loading…
Reference in a new issue