Change gc.lib.addCallback to gc.lib.pushCallback (#626)

This commit is contained in:
Henrik Ingo
2017-11-01 15:00:03 +02:00
parent 2d229bf4a6
commit d6c6cd47c2
9 changed files with 22 additions and 22 deletions

View File

@@ -19,7 +19,7 @@
root = event.target;
getSteps();
var gc = event.detail.api.lib.gc;
gc.addCallback( function() {
gc.pushCallback( function() {
stepids = [];
if ( progressbar ) {
progressbar.style.width = "";