| Index: include.preload.js |
| =================================================================== |
| --- a/include.preload.js |
| +++ b/include.preload.js |
| @@ -380,7 +380,7 @@ |
| " " + origin + " = function(index)", |
| " {", |
| " if (this != style.sheet)", |
| - " " + method + ".apply(this, index);", |
| + " " + method + ".call(this, index);", |
| " }"); |
| } |
| } |