mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-13 19:45:46 +01:00
Replace calls to octal() with octal integer literals.
This commit is contained in:
@@ -1444,7 +1444,7 @@ function UTF8(str) {
|
||||
}
|
||||
}
|
||||
|
||||
function octal(decimal) parseInt(decimal, 8);
|
||||
var octal = deprecated("octal integer literals", function octal(decimal) parseInt(decimal, 8));
|
||||
|
||||
/**
|
||||
* Iterates over an arbitrary object. The following iterator types are
|
||||
|
||||
Reference in New Issue
Block a user