Merge "Initialise dialogOpen value to false"

This commit is contained in:
jenkins-bot 2014-09-28 17:49:56 +00:00 committed by Gerrit Code Review
commit 68bbd8e4e0

View file

@ -33,6 +33,12 @@
function Canvas( $container, $imageWrapper, $mainWrapper ) {
mw.mmv.ui.Element.call( this, $container );
/**
* @property {boolean}
* @private
*/
this.dialogOpen = false;
/**
* @property {mw.mmv.ThumbnailWidthCalculator}
* @private