Merge pull request #710 from ahmadalfy/patch-1

fix: missing parentheses causing syntax error
This commit is contained in:
Ilya Kantor 2018-12-30 18:39:29 +03:00 committed by GitHub
commit 6154409256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,7 @@ For instance:
*!*
detail: { name: "John" }
*/!*
});
}));
</script>
```