mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 13:17:58 +01:00
add more missing semicolons
This commit is contained in:
@@ -182,10 +182,10 @@ vimperator.util = {
|
||||
strNum[0] = strNum[0].substring(0, u) + "," + strNum[0].substring(u, strNum[0].length);
|
||||
|
||||
if (strNum[1])
|
||||
strNum[0] += "." + strNum[1]
|
||||
strNum[0] += "." + strNum[1];
|
||||
|
||||
return strNum[0];
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// vim: set fdm=marker sw=4 ts=4 et:
|
||||
|
||||
Reference in New Issue
Block a user