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),
enumerable: true
});
};
}
// Called when the attribute's value changes.
handleMutation() {}