mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Fix tooltip location when page is scrolled.
Also of note, Closure Compiler is no longer preserving licences.
This commit is contained in:
2
build.py
2
build.py
@@ -300,6 +300,8 @@ class Gen_compressed(threading.Thread):
|
||||
code = code.replace(remove, "")
|
||||
|
||||
# Trim down Google's Apache licences.
|
||||
# The Closure Compiler used to preserve these until August 2015.
|
||||
# Delete this in a few months if the licences don't return.
|
||||
LICENSE = re.compile("""/\\*
|
||||
|
||||
[\w ]+
|
||||
|
||||
Reference in New Issue
Block a user