mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 11:05:46 +01:00
Get rid of absurd strict JS warnings.
This commit is contained in:
@@ -135,7 +135,7 @@ function isinstance(targ, src) {
|
||||
boolean: Boolean,
|
||||
string: String,
|
||||
function: Function,
|
||||
number: Number,
|
||||
number: Number
|
||||
}
|
||||
src = Array.concat(src);
|
||||
for (var i=0; i < src.length; i++) {
|
||||
@@ -372,7 +372,7 @@ function Class() {
|
||||
var superc = superclass;
|
||||
superclass = function Shim() {}
|
||||
extend(superclass, superc, {
|
||||
init: superc,
|
||||
init: superc
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user