From b0ba84a25cee7b6bc7bf9b2a74f9460ffdc556fa Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Mon, 7 Apr 2014 09:02:06 +0000 Subject: [PATCH] Remove trailing whitespace from [27982]. git-svn-id: https://develop.svn.wordpress.org/trunk@27984 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/mce-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/js/mce-view.js b/src/wp-includes/js/mce-view.js index 2cfb1a9c67..e28f0362e2 100644 --- a/src/wp-includes/js/mce-view.js +++ b/src/wp-includes/js/mce-view.js @@ -3,7 +3,7 @@ * Note: this API is "experimental" meaning that it will probably change * in the next few releases based on feedback from 3.9.0. * If you decide to use it, please follow the development closely. - */ + */ // Ensure the global `wp` object exists. window.wp = window.wp || {};