Skip to content

Commit d6b2c41

Browse files
gix lint
1 parent c160a7f commit d6b2c41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/ical/design.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,7 @@ ICAL.design = (function() {
748748
matches: /^[a-zA-Z0-9-]+$/ // Could go with a more strict regex here
749749
},
750750
"phone-number": {
751-
fromICAL: function(aValue) {
752-
751+
fromICAL: function(aValue) {
753752
return Array.from(aValue).filter(function(c) {
754753
return c === '\\' ? undefined : c;
755754
}).join('');

0 commit comments

Comments
 (0)