removed useless param
This commit is contained in:
parent
85e5244d8d
commit
19c93e55ca
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ function ComicBook(id, srcs, opts) {
|
||||||
|
|
||||||
// apply any image enhancements previously defined
|
// apply any image enhancements previously defined
|
||||||
$.each(enhancements, function(action, options){
|
$.each(enhancements, function(action, options){
|
||||||
ComicBook.prototype.enhance[action](options, false);
|
ComicBook.prototype.enhance[action](options);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue