diff options
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.md b/contributing.md index 274fb607..5dd0f17a 100644 --- a/contributing.md +++ b/contributing.md @@ -133,7 +133,7 @@ Node.prototype.dispatchEvent = function (...a) { console.log(...a); // debugger; // Uncomment when necessary d.apply(this, a); -} +}; ``` <img width="379" alt="screen" src="https://user-images.githubusercontent.com/1402241/79168882-406ea100-7deb-11ea-9e9c-ad657202422f.png"> |