Removed eslint warning.

This commit is contained in:
Alan Plum
2015-10-12 17:42:33 +02:00
parent 01817c143c
commit 0e451162bc
@@ -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();