vendor/assets/javascripts/polyfills/polyfills.coffee in tao_on_rails-0.6.6 vs vendor/assets/javascripts/polyfills/polyfills.coffee in tao_on_rails-0.6.7
- old
+ new
@@ -1,2 +1,7 @@
#= require ./native-shim
#= require ./custom-elements
+#= require jquery3
+#= require_self
+
+customElements.polyfillWrapFlushCallback? (flush) ->
+ $ -> flush()