Skip to content

Commit

Permalink
temporarily suppress load_machine_state/1
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Jul 5, 2017
1 parent f6c1883 commit 9fedbd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jssm",
"version": "2.9.18",
"version": "2.9.19",
"engines": {
"node": ">=6.0.0"
},
Expand Down
3 changes: 2 additions & 1 deletion src/js/jssm.js
Expand Up @@ -201,10 +201,11 @@ class machine<mNT, mDT> {

}

/*
load_machine_state() : boolean {
return false; // todo whargarbl
}

*/


states() : Array<mNT> {
Expand Down

0 comments on commit 9fedbd2

Please sign in to comment.