Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created June 28, 2013 16:06
Show Gist options
  • Select an option

  • Save imsickofmaps/5885855 to your computer and use it in GitHub Desktop.

Select an option

Save imsickofmaps/5885855 to your computer and use it in GitHub Desktop.
BookletState example
self.get_article = function(){
return "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";
};
self.add_state(new BookletState(
"articles",
"end_state",
3,
self.get_article
));
Uncaught TypeError: Property 'page_text' of object #<BookletState> is not a function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment