Fix typo in quicktags.js, props westi, see #16695

git-svn-id: http://svn.automattic.com/wordpress/trunk@18623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2011-08-30 17:50:12 +00:00
parent 6f5da88d81
commit c5bf0c0903
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ function edButton(id, display, tagStart, tagEnd, access, open) {
};
qt._buttonsInit = function() {
var t = this, instance, canvas, name, settings, buttons, theButtons, html, id, i, qb, btn;;
var t = this, instance, canvas, name, settings, buttons, theButtons, html, id, i, qb, btn;
for ( id in t.instances ) {
if ( id == 0 )