Add missing semicolon after wpLink object definition. props mt8.biz. fixes #25862.

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


git-svn-id: http://core.svn.wordpress.org/trunk@25962 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-07 10:42:09 +00:00
parent 560b0c8b0a
commit b9387f0621

View File

@ -404,7 +404,7 @@ var wpLink;
});
event.preventDefault();
}
}
};
River = function( element, search ) {
var self = this;