In the method: ``` @view.remove() ``` doesn't make sense. Think it calls the Element class `remove()` function which expects a view as argument. ``` 'undefined' is not an object (evaluating 'el.element') ```
In the method:
doesn't make sense.
Think it calls the Element class
remove()function which expects a view as argument.