Commit 59d518ac authored by Stas SUȘCOV's avatar Stas SUȘCOV

Cleanup entries controller from hacks.

parent df296b9c
......@@ -23,7 +23,6 @@ define('app/controllers/entries', ['ember'],
},
removeObject: function( item ) {
item = item.get( 'todo' ) || item;
this.get( 'store' ).remove( item );
return this._super( item );
},
......@@ -66,4 +65,4 @@ define('app/controllers/entries', ['ember'],
}
});
}
);
\ No newline at end of file
);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment