Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb94e2e

Browse files
author
bartes
committed
comma instead semicolon
1 parent d735c31 commit bb94e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget/input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ angularInputType('radio', function(inputElement) {
570570

571571
function numericRegexpInputType(regexp, error) {
572572
return function(inputElement) {
573-
var widget = this,
573+
var widget = this;
574574

575575
widget.$on('$validate', function(event){
576576
var value = widget.$viewValue,

0 commit comments

Comments
 (0)