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

git-svn-id: https://develop.svn.wordpress.org/trunk@26033 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-11-07 10:41:15 +00:00
parent 01a9ea55be
commit bc9ca186e5

View File

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