Restore addressbook favorites broken by 5ecd1c3c8e

This commit is contained in:
nathangray 2016-06-13 19:18:11 -06:00
parent b8f8d59793
commit 91eb837aa9

View File

@ -872,7 +872,7 @@ app.classes.addressbook = AppJS.extend(
},this).sendRequest(true);
return false;
}
return
return this._super.apply(this, arguments);
},
/**