Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displayed example code is not the actual code when clicking the "Run Example" button #2

Closed
slessard opened this issue Sep 15, 2014 · 3 comments

Comments

@slessard
Copy link

The example code shown in each gist on http://staypositive.ru/sklad/ is not the actual code that gets executed when clicking each "Run Example" button. This makes it very difficult to reconcile the database that gets created against the example code. Please update either the example code or the actual code being executed.

@1999
Copy link
Owner

1999 commented Sep 15, 2014

I'd say that this is a bit difficult, because the actual examples code is repeating throughout examples, but I'll try to update it.

@slessard
Copy link
Author

Having looked at the actual code being executed I understand where you are coming from. I wouldn't have noticed the discrepancy between displayed code and actual code had the actual code created database, object stores and data with the same names and values as shown in the displayed code. Updating the displayed code might be an easier solution. For instance: I couldn't find any database named "dbName" and I could not find any object store named "users" and I could not find any object with a field named "facebook_id"

@1999
Copy link
Owner

1999 commented Oct 14, 2014

@1999 1999 closed this as completed Oct 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants