Answer the question
In order to leave comments, you need to log in
Why don't backbone and coffescript work?
class Person extends Backbone.model
defaults
name:'Nick'
age:24
job: 'Front-end developer'
person = new Person
name: 'Andrey'
age: 27
console.log person
Uncaught TypeError: Cannot read property 'prototype' of undefined
_super
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question