Sort externs alphabetically

This commit is contained in:
Tom Payne
2014-02-17 17:36:49 +01:00
parent 497a71ca6e
commit 524acc1901

View File

@@ -325,13 +325,13 @@ def examples_star_json(name, match):
'//jquery-1.7.js',
'../externs/bingmaps.js',
'../externs/bootstrap.js',
'../externs/closure-compiler.js',
'../externs/example.js',
'../externs/geojson.js',
'../externs/topojson.js',
'../externs/oli.js',
'../externs/proj4js.js',
'../externs/tilejson.js',
'../externs/closure-compiler.js',
'../externs/topojson.js',
],
})
with open(t.name, 'w') as f: