Fix thumbnails
This commit is contained in:
parent
9959f73b61
commit
bd190dc73b
@ -196,8 +196,8 @@ define([
|
||||
};
|
||||
|
||||
Thumb.initPadThumbnails = function (common, opts) {
|
||||
if (!opts.href || !opts.getContent) {
|
||||
throw new Error("href and getContent are needed for thumbnails");
|
||||
if (!opts.type || !opts.getContent) {
|
||||
throw new Error("type and getContent are needed for thumbnails");
|
||||
}
|
||||
var oldThumbnailState;
|
||||
var mkThumbnail = function () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user