Skip to content

Commit

Permalink
Remove debug and rlsnotes #2133
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Apr 17, 2015
1 parent 86b1896 commit b691d2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Expand Up @@ -40,6 +40,7 @@
- **Form** - Added placeholder color rules for IE, `ms-input-placeholder`
- **Form** - Fix `errored field` dropdown keyboard selection color
- **Form Validation** - `data-validate` now takes precedence over other validation matching schemes like `name` or `id`
- **Form Validation** - New rules for matching against custom regular expressions
- **Form Validation** - Form validation now has `minCount`, `maxCount`, and `exactCount` for validating multiple selections
- **Grid** - `celled grid` now removes internal cells on mobile and tablet when used with `doubling` grid responsive variation
- **Grid** - `equal width` now works without `row` wrappers
Expand Down
1 change: 0 additions & 1 deletion src/definitions/behaviors/form.js
Expand Up @@ -1181,7 +1181,6 @@ $.fn.form.settings = {
: ''
;
}
console.log(regExpParts, regExp, flags);
return value.match( new RegExp(regExp, flags) );
},

Expand Down

0 comments on commit b691d2f

Please sign in to comment.