Add a temporary html5 externs file

This is needed because the current version of closure compiler we use does not
include externs for valueAsNumber which we now use in ol.dom.Input.
So this backports patch from issue:
https://code.google.com/p/closure-compiler/issues/detail?id=1060

This patch should be reverted when the next closure compiler release is out
with valueAsNumber externs.
This commit is contained in:
Bruno Binet
2013-08-13 11:25:27 +02:00
parent 2dd6321c74
commit dddea56c2c
7 changed files with 28 additions and 5 deletions

View File

@@ -316,6 +316,7 @@ def examples_star_json(name, match):
'../externs/oli.js',
'../externs/proj4js.js',
'../externs/tilejson.js',
'../externs/html5.js',
],
})
with open(t.name, 'w') as f: