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

Added in [35527].

See #34206.


Built from https://develop.svn.wordpress.org/trunk@35533


git-svn-id: http://core.svn.wordpress.org/trunk@35497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-11-04 23:49:26 +00:00
parent 27df997eed
commit 84c8243514
2 changed files with 2 additions and 2 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

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta3-35532';
$wp_version = '4.4-beta3-35533';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.