Merge pull request #1971 from ahocevar/externs-instead-of-typedefs
"Cannot read property 'AttributionOptions' of undefined" error
This commit is contained in:
4
build.py
4
build.py
@@ -297,8 +297,7 @@ def examples_star_json(name, match):
|
|||||||
'id': match.group('id'),
|
'id': match.group('id'),
|
||||||
'inherits': '../../buildcfg/base.json',
|
'inherits': '../../buildcfg/base.json',
|
||||||
'inputs': [
|
'inputs': [
|
||||||
'../examples/%(id)s.js' % match.groupdict(),
|
'../examples/%(id)s.js' % match.groupdict()
|
||||||
'../externs/olx.js', # compiled with src for @typedef's
|
|
||||||
],
|
],
|
||||||
'externs': [
|
'externs': [
|
||||||
'//jquery-1.7.js',
|
'//jquery-1.7.js',
|
||||||
@@ -308,6 +307,7 @@ def examples_star_json(name, match):
|
|||||||
'../externs/example.js',
|
'../externs/example.js',
|
||||||
'../externs/geojson.js',
|
'../externs/geojson.js',
|
||||||
'../externs/oli.js',
|
'../externs/oli.js',
|
||||||
|
'../externs/olx.js',
|
||||||
'../externs/proj4js.js',
|
'../externs/proj4js.js',
|
||||||
'../externs/tilejson.js',
|
'../externs/tilejson.js',
|
||||||
'../externs/topojson.js',
|
'../externs/topojson.js',
|
||||||
|
|||||||
Reference in New Issue
Block a user