gbirke / Sanitize.js

Sanitize.js is a whitelist-based HTML sanitizer.
http://github.com/gbirke/Sanitize.js
339 stars 63 forks source link

Outer function must be ended with a semicolon #2

Closed timmolendijk closed 12 years ago

timmolendijk commented 13 years ago

The outer-most function declaration isn't ended with a semicolon, which results in syntax errors when concatenating the script with others.

gbirke commented 12 years ago

Closed with patch for issue #4