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

Content deleted Content added
.
.
Line 543:
);
(function(self) {
self.platformInput.$element.find('input').on('blur', function() {
self.onPlatformInputBlur.call(self);
});
})(this);
};