fix bug in js optimizer on closured data

This commit is contained in:
Alon Zakai 2012-11-22 17:48:10 +01:00
Родитель a2e9b91822
Коммит f827c32ce7
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -93,9 +93,6 @@ def run(filename, passes, js_engine, jcache):
parts = None
total_size = len(js)
js = None
if not suffix: # if there is no metadata, we never see generated, and all funcs are in pre
funcs = [('anonymous', code) for code in pre]
pre = []
chunks = shared.JCache.chunkify(funcs, BEST_JS_PROCESS_SIZE, 'jsopt' if jcache else None)