mediawiki-extensions-Visual.../modules/ve-mw/init
Bartosz Dziewoński 995644de88 Fix rare exception when editor loading is aborted
If editor loading was aborted while the surface was already being set up,
this code would cause the following exception:

    Uncaught TypeError: Cannot read property 'tools' of null

Introduced in c02c529537 (2017) because
our coding conventions at the time demanded that all `var` statements
must appear at the beginning of a function.

Bug: T287487
Change-Id: Id657d6f1e1189c17ede25362f145bb7b10f441db
2021-07-27 17:40:13 +02:00
..
apiresponsecache Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
styles Make .ve-init-mw-target-surface styles not apply to nested non-target surfaces 2021-06-04 20:48:18 +00:00
targets Fix rare exception when editor loading is aborted 2021-07-27 17:40:13 +02:00
ve.init.mw.ArticleTargetEvents.js Update save failure logging for EditAttemptStep schema, simplify code 2021-01-15 20:06:20 +01:00
ve.init.mw.js build: Update eslint-config-wikimedia to 0.16.0 2020-06-02 21:30:00 +01:00
ve.init.mw.Platform.init.js
ve.init.mw.Platform.js Merge "Implement mwPlatform#decodeEntities" 2021-01-28 20:57:40 +00:00
ve.init.mw.SaveErrorHandler.js Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
ve.init.mw.trackSubscriber.js Track whether an event was oversampled 2021-02-02 13:02:01 +01:00
ve.init.mw.ViewportZoomHandler.js