~vcs-imports/wordpress/trunk

Viewing all changes in revision 38488.

  • Committer: omarreiss
  • Date: 2018-08-19 13:33:24 UTC
  • Revision ID: svn-v4:1a063a9b-81f0-0310-95a4-ce76da25c4cd:trunk:43406
General: Explicitly assigns all JS globals to the window.

Many variables in the JavaScript were defined in the global scope without being explicitly assigned to the window. When built with Webpack, the code gets encapsulated in anonymous functions and those implicit globals get assigned to the wrong scope. This patch prevents that from happening.

Fixes #44371. See #43731.

Built from https://develop.svn.wordpress.org/trunk@43577

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: