Skip to content

Commit

Permalink
Wrong scope. My error. Sorry.
Browse files Browse the repository at this point in the history
 Extension method "contains" on String return undifined if is no succes
  • Loading branch information
MystFan committed May 28, 2015
1 parent 5e6f9c8 commit d7d8cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10. Strings/scripts/string-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
return true;
}
}
return isMatch;
}
return isMatch;
}

if (!String.prototype.toCharArray) {
Expand Down

0 comments on commit d7d8cab

Please sign in to comment.