From b374e062c77ba4843ce584dcacd55cbf13ecd282 Mon Sep 17 00:00:00 2001 From: Peter Westwood 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: https://develop.svn.wordpress.org/trunk@12549 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 )