Skip to content

Commit

Permalink
Merge pull request #2107 from sjneph/pull-request-cose
Browse files Browse the repository at this point in the history
add required function to falseThread that is called if a layout.run()…
  • Loading branch information
maxkfranz committed May 14, 2018
2 parents 0a66ab8 + 0ba107e commit 0678d67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/extensions/layout/cose.js
Expand Up @@ -157,7 +157,10 @@ CoseLayout.prototype.run = function(){
},
stop: function(){
return this;
}
},
stopped: function(){
return true;
},
};

function broadcast( message ){ // for false thread
Expand Down

0 comments on commit 0678d67

Please sign in to comment.