Merge "Fix metadata loading"

This commit is contained in:
jenkins-bot 2014-01-09 18:33:32 +00:00 committed by Gerrit Code Review
commit cc8977de31

View file

@ -811,7 +811,7 @@
targetWidth = widths.target, targetWidth = widths.target,
requestedWidth = widths.requested; requestedWidth = widths.requested;
props = props || iiprops; props = $.merge( props || [], iiprops ); // FIXME bug 59817
apiArgs.iiprop = props.join( '|' ); apiArgs.iiprop = props.join( '|' );
apiArgs.iiurlwidth = requestedWidth; apiArgs.iiurlwidth = requestedWidth;