Themes: Remove an errant comma from `theme.js`.

Added in [35527].

See #34206.



git-svn-id: https://develop.svn.wordpress.org/trunk@35533 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2015-11-04 23:48:17 +00:00
parent c0d9fea512
commit 1a9820238a
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ themes.view.Installer = themes.view.Appearance.extend({
'click .filter-drawer .clear-filters': 'clearFilters',
'click .filtered-by': 'backToFilters',
'click .favorites-form-submit' : 'saveUsername',
'keyup #wporg-username-input': 'saveUsername',
'keyup #wporg-username-input': 'saveUsername'
},
// Initial render method