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

git-svn-id: https://develop.svn.wordpress.org/trunk@18623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-08-30 17:50:12 +00:00
parent cb62838943
commit fb2a6c0f6d
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 )