mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Removed eslint warning.
This commit is contained in:
@@ -175,7 +175,7 @@ SyntheticEvent.Interface = EventInterface;
|
||||
SyntheticEvent.augmentClass = function(Class, Interface) {
|
||||
var Super = this;
|
||||
|
||||
var E = function () {};
|
||||
var E = function() {};
|
||||
E.prototype = Super.prototype;
|
||||
var prototype = new E();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user