12033: Add Object.assign polyfill for test suite.
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index aa589ed28c7742b8103a8c63d300435fdf69eff9..bba2f9dcc044b8b20b42e12cac8c62af5c4846f4 100644 (file)
@@ -35,6 +35,7 @@
 //= require mithril/stream/stream
 //= require_tree .
 
+Es6ObjectAssign.polyfill()
 window.m = Object.assign(window.Mithril, {stream: window.m.stream})
 
 jQuery(function($){