backbonetutorials icon indicating copy to clipboard operation
backbonetutorials copied to clipboard

: ReferenceError: users is not defined

Open Gajendrasinh opened this issue 10 years ago • 1 comments

I am new in backbone i am try to implement your code for demo but i getting below error can you please tell me where i am doing mistake.

here i am attached code Error : ReferenceError: users is not defined _.each(users, function(user){

Backbon JS

User Manager


Gajendrasinh avatar Apr 14 '16 10:04 Gajendrasinh

Привет, у тебя из ошибки видно: что ты не инициализировал параметр -user. Поэтому он пишет тебе я не могу найти - user.

artemrogov avatar Apr 14 '16 11:04 artemrogov