Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
Testing a doc addition.. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJCNIC001 committed Feb 5, 2016
1 parent 9136a8d commit 7476dbd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ go.app = function() {
};

self.states.add('states:start', function(name) {
/** Testing testing
/**class:testing
Is this working?
:param string name:
this is my name
*/
return new ChoiceState(name, {
question: 'Welcome to Wazimap! What would you like to do?',
Expand Down

0 comments on commit 7476dbd

Please sign in to comment.