clean up code

This commit is contained in:
jelhan 2014-01-29 17:19:00 +01:00
parent ce8cba14f8
commit cf6cbcc3c9

View file

@ -337,7 +337,6 @@
newUser.get('selections').then(function(selections){
// map over all new selections and assign them to user
var selections = selections;
$.each(newSelections, function(){
selections.pushObject(this);
});