We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
console.log
1 parent 3c7bba5 commit 6d1ab44Copy full SHA for 6d1ab44
app/views/posts_del_view.js
@@ -3,8 +3,7 @@ var BaseView = require('./base_view');
3
module.exports = BaseView.extend({
4
className: 'posts_del_view',
5
postInitialize: function() {
6
- console.log(this.model, 77);
7
- console.log(this.options,88);
+ console.log('this.model in psots_del_view: ' + this.model);
8
},
9
events: {
10
'click .del': 'del'
0 commit comments