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

Bug #4

Open
SherozKarimov opened this issue Mar 16, 2014 · 2 comments
Open

Bug #4

SherozKarimov opened this issue Mar 16, 2014 · 2 comments

Comments

@SherozKarimov
Copy link

мне кажется, или я
нашел примерное место где bug с авторизацией
может быть

save: () ->
    name = "\"name\": \"#{@name}\""
    states = '"states":' + JSON.stringify @states
    tickStr = '"tickets": {\n'
    tickets = []
    for k,v of @tickets
      tickets.push '"' + k + '": ' + JSON.stringify v
    tickStr += tickets.join(", \n") + "\n}"
    data = "{#{name},\n#{tickStr},\n#{states}\n}\n"
    fs.writeFileSync @filename, data
@KirillTemnov
Copy link
Owner

а где именно?

@SherozKarimov
Copy link
Author

тут же связано с регистрацией пользователя

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