Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: metadata.common

Issue 29333514: Issue 3515 - Added polyfill for ES6 promises (Closed)
Patch Set: Created Jan. 14, 2016, 5:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« lib/polyfill/promise.js ('K') | « lib/polyfill/promise.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
===================================================================
--- a/metadata.common
+++ b/metadata.common
@@ -1,6 +1,8 @@
[general]
version = 1.10
-backgroundScripts = ext/common.js
+backgroundScripts =
+ lib/polyfill/promise.js
kzar 2016/01/15 19:00:41 Nit: Should call the directory polyfills?
Sebastian Noack 2016/01/19 11:34:22 Fine with me.
+ ext/common.js
ext/background.js
lib/compat.js
lib/info.js
« lib/polyfill/promise.js ('K') | « lib/polyfill/promise.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld