fix: missing parentheses causing syntax error

This commit is contained in:
Ahmad Alfy 2018-12-29 20:03:11 +02:00 committed by GitHub
parent f2bece38d0
commit a554de470e
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>
```