From 95b7f66b45098f62131d86ff1953ee329e361e1b Mon Sep 17 00:00:00 2001 From: westi Date: Sat, 26 Dec 2009 17:10:37 +0000 Subject: [PATCH] Swap out ;; for ; in js too. See #11618. No need for a new non .dev. version as YUI stripped them anyway. git-svn-id: http://svn.automattic.com/wordpress/trunk@12549 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/js/image-edit.dev.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/js/image-edit.dev.js b/wp-admin/js/image-edit.dev.js index 49ce7f3bd3..0e43d5110c 100644 --- a/wp-admin/js/image-edit.dev.js +++ b/wp-admin/js/image-edit.dev.js @@ -204,10 +204,10 @@ imageEdit = { if ( fw < 1 ) { w.focus(); - return false;; + return false; } else if ( fh < 1 ) { h.focus(); - return false;; + return false; } if ( fw == t.hold.ow || fh == t.hold.oh )