mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 14:28:52 +00:00
(js) Fix initialization of Card's screenname
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
Card.prototype.init = function(data, partial) {
|
||||
this.refs = [];
|
||||
this.categories = [];
|
||||
this.c_screenname = null;
|
||||
angular.extend(this, data);
|
||||
if (!this.$$fullname)
|
||||
this.$$fullname = this.$fullname();
|
||||
|
||||
Reference in New Issue
Block a user