User:Evad37/Covery/sandbox.js: Difference between revisions

Content deleted Content added
.
.
Line 542:
{ add: 'onPlatformInputAdd' }
);
(function(self) {
this self.platformInput.$element.find('input').on('blur', thisself.onPlatformInputBlur);
})(this);
};
 
Line 658 ⟶ 660:
CoveryDialog.prototype.onPlatformInputBlur = function() {
this.platformInput.doInputEnter();
};
 
// Specify the dialog height (or don't to use the automatically generated height).