Hotfix convertRomanToArabic
This commit is contained in:
parent
d90bc65c61
commit
0b0544d783
@ -363,6 +363,9 @@ function convertRomanToArabic(str) {
|
|||||||
//remove the matched Roman letter from the beginning
|
//remove the matched Roman letter from the beginning
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (str != '') {
|
||||||
|
result = 0;
|
||||||
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user