diff --git a/README.md b/README.md index 4fc60d1..e577c36 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ For example, using jQuery effects: onleavegame: function() { $('#game').slideDown('slow', function() { fsm.transition(); - }; + }); return StateMachine.ASYNC; // tell StateMachine to defer next state until we call transition (in slideDown callback above) } diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..64040a3 --- /dev/null +++ b/bower.json @@ -0,0 +1,10 @@ +{ + "name": "JSFSM", + "version": "2.2.0-bower.7", + "main": "state-machine.js", + "ignore": [ + "demo", + "minifier", + "README.md" + ] +} \ No newline at end of file diff --git a/component.json b/component.json new file mode 100644 index 0000000..507bdab --- /dev/null +++ b/component.json @@ -0,0 +1,10 @@ +{ + "name": "JSFSM", + "version": "2.2.0-bower.6", + "main": "state-machine.js", + "ignore": [ + "demo", + "minifier", + "README.md" + ] +} \ No newline at end of file