mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
2c349a3152
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.