Remove unneeded semicolon

This commit is contained in:
Kevin Sawicki 2016-01-15 15:10:26 -08:00
parent ae20292322
commit 0fe539f2c3

View file

@ -56,7 +56,7 @@ class WebViewAttribute {
})(this), })(this),
enumerable: true enumerable: true
}); });
}; }
// Called when the attribute's value changes. // Called when the attribute's value changes.
handleMutation() {} handleMutation() {}