Closed eventualbuddha closed 6 years ago
Using a newline instead of a semicolon to terminate the last statement of a module means that any line comment on the last line will no longer encompass the }}); appended to the module, which would previously result in a syntax error.
}});
Using a newline instead of a semicolon to terminate the last statement of a module means that any line comment on the last line will no longer encompass the
}});
appended to the module, which would previously result in a syntax error.