barkerb1
Results
1
issues of
barkerb1
Array not initialized error, recommend changing _addTag function as follows: ``` _addTag: function(tag){ if (this.enableAdd == false){ return; } if (typeof(this.tags) == 'undefined' || this.tags == null){ this.tags = [];...