Change gc.lib.addCallback to gc.lib.pushCallback (#626)
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user