Content deleted Content added
. |
. |
||
Line 402:
this.urlInput.connect(this, { 'change': 'onUrlInputChange' });
this.titleInput.connect(this, { 'flag': 'onTitleInputFlag' });
this.titleInput.$element.find('input').on('focus', $(this).
this.developerInput.connect(this, { 'change': 'onRequiredInputChange' });
this.publisherInput.connect(this, { 'change': 'onRequiredInputChange' });
|