JSHint for [36602].

See #33301.
Built from https://develop.svn.wordpress.org/trunk@36605


git-svn-id: http://core.svn.wordpress.org/trunk@36572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-02-20 22:14:27 +00:00
parent 826e2d8ea1
commit 141b4dbd91
4 changed files with 8 additions and 8 deletions

View File

@ -74,8 +74,8 @@
var $ = window.jQuery;
function getSelectedLink() {
var href, html
node = editor.selection.getNode();
var href, html,
node = editor.selection.getNode(),
link = editor.dom.getParent( node, 'a[href]' );
if ( ! link ) {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-36604';
$wp_version = '4.5-alpha-36605';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.