This commit is contained in:
barisusakli
2016-12-09 18:53:08 +03:00
parent 7f455344d8
commit 0b9829850c
10 changed files with 236 additions and 56 deletions

View File

@@ -101,7 +101,7 @@
},
cleanUpTag: function (tag, maxLength) {
if (typeof tag !== 'string' || !tag.length ) {
if (typeof tag !== 'string' || !tag.length) {
return '';
}