Skip to content

Commit

Permalink
Removing space between funtion name and ().
Browse files Browse the repository at this point in the history
  • Loading branch information
mawtex committed Jun 28, 2018
1 parent 528de5b commit 2618653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ VisualEditorBinding.prototype.handleBroadcast = function ( broadcast, arg ) {

VisualEditorBinding.superclass.handleBroadcast.call ( this, broadcast, arg );

var windowBinding = this.getContentWindow ().bindingMap.tinywindow;
var windowBinding = this.getContentWindow().bindingMap.tinywindow;
var contentWindow = windowBinding.getContentWindow ();

switch ( broadcast ) {
Expand Down

0 comments on commit 2618653

Please sign in to comment.