mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Replace URL usages of %28 and %29 with normal parenthesis characters. (They aren't replaced by JavaScript's encodeURIComponent() function, and seem to work just fine without them.) Added missing semicolon in build.py.