Please make sure that JavaScript is enabled in your browser. If you are using a browser extension to selectively enable or disable JavaScript, make sure it's enabled for this server.
Describe your changes (optional):
Review Request #9129 — Created Aug. 9, 2017 and submitted Aug. 25, 2017, 4:18 p.m.
This change is a straightforward conversion of one of our larger files to ES6.
Ran js-tests.
Col: 15 'editorView' is defined but never used.
Any reason to not do render(...args) and then use args here?
Revision 2 (+687 -621)
Show changes
render(...args)
args
Well, we'd still need to use either .apply() or .call() to pass in the context, so it seems like extra transpilation overhead for no benefit.
.apply()
.call()
Pushed to release-3.0.x (810df56)