1
0
Fork 0

Remove trailing comma from ValidStateMonitor

Yes, the reason is IE.

* src/validate/ValidStateMonitor.js: Remove trailing comma after method
definition list.
master
Mike Gerwitz 2016-04-13 08:27:15 -04:00
parent 7ed15eed92
commit bc0d230246
1 changed files with 1 additions and 1 deletions

View File

@ -216,5 +216,5 @@ module.exports = Class( 'ValidStateMonitor' )
return ( has_fixed )
? fixed
: null;
},
}
} );