jprieton / bootstrap-alerts

Bootstrap Alerts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"length" typo

miex0r opened this issue · comments

commented

`if (settings.type.lenght === 0) {
console.log('bootstrapAlert: type is empty');
return false;
}

if (settings.message.lenght === 0) {
  console.log('bootstrapAlert: message is empty');
  return false;
}`

Fixed in commit 6eb6ab4
Thanks!