diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/AjaxDataHandler.js b/typo3/sysext/backend/Resources/Public/JavaScript/AjaxDataHandler.js
index 231d3cd8a68ba8751967f788bbc92d7c860549a2..0ed59a2e94942674c0df46aca1310a2b9bd718d6 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/AjaxDataHandler.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/AjaxDataHandler.js
@@ -14,7 +14,7 @@
 /**
  * AjaxDataHandler - Javascript functions to work with AJAX and interacting with tce_db.php
  */
-define('TYPO3/CMS/Backend/AjaxDataHandler', ['jquery', 'TYPO3/CMS/Backend/Notification', 'TYPO3/CMS/Backend/Modal'], function ($) {
+define(['jquery', 'TYPO3/CMS/Backend/Notification', 'TYPO3/CMS/Backend/Modal'], function ($) {
 	'use strict';
 
 	var AjaxDataHandler = {};
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/ClickMenu.js b/typo3/sysext/backend/Resources/Public/JavaScript/ClickMenu.js
index 0901a6c1414a9d2e5ccecfd079f8e267878e0a44..92c1f74a0f209be1244dafb5c824cc69cff3c77e 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/ClickMenu.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/ClickMenu.js
@@ -15,7 +15,7 @@
  * Javascript container used to load the clickmenu via AJAX
  * to render the result in a layer next to the mouse cursor
  */
-define('TYPO3/CMS/Backend/ClickMenu', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var ClickMenu = {
 		mousePos: {
@@ -274,4 +274,4 @@ function showClickmenu_raw(url) {
 	} else {
 		TYPO3.ClickMenu.fetch(url);
 	}
-}
\ No newline at end of file
+}
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/ContextHelp.js b/typo3/sysext/backend/Resources/Public/JavaScript/ContextHelp.js
index 2c5d2d4c0e0e31fbc1b0f55d2c8b3e4673896e88..592e272349d72c125f532ec2b9e6c1985e5b80d6 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/ContextHelp.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/ContextHelp.js
@@ -14,7 +14,7 @@
 /**
  * API for context help.
  */
-define('TYPO3/CMS/Backend/ContextHelp', ['jquery', 'TYPO3/CMS/Backend/Popover', 'bootstrap'], function($) {
+define(['jquery', 'TYPO3/CMS/Backend/Popover', 'bootstrap'], function($) {
 
 	/**
 	 * The main ContextHelp object
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/DateTimePicker.js b/typo3/sysext/backend/Resources/Public/JavaScript/DateTimePicker.js
index 85ca527f64e5089bc17595ed8e3ec7259fb52c76..f4512049c9308624611158a3a02603e3453b725a 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/DateTimePicker.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/DateTimePicker.js
@@ -15,7 +15,7 @@
  * contains all logic for the date time picker used in FormEngine
  * and EXT:belog and EXT:scheduler
  */
-define('TYPO3/CMS/Backend/DateTimePicker', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 
 	var DateTimePicker = {
 		options: {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/DebugConsole.js b/typo3/sysext/backend/Resources/Public/JavaScript/DebugConsole.js
index 4f8fcac9daed3b63d459c3c4c0eee9c4b5b49c60..1f69726dcfce998ecfcd76b23c737762af3011d0 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/DebugConsole.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/DebugConsole.js
@@ -14,7 +14,7 @@
 /**
  * The debug console shown at the bottom of the backend
  */
-define('TYPO3/CMS/Backend/DebugConsole', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 	var DebugConsole = {
 		$consoleDom: null,
 		settings: {
@@ -262,4 +262,4 @@ define('TYPO3/CMS/Backend/DebugConsole', ['jquery'], function ($) {
 		TYPO3.DebugConsole = DebugConsole;
 		return DebugConsole;
 	}();
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/DocumentHeader.js b/typo3/sysext/backend/Resources/Public/JavaScript/DocumentHeader.js
index df7ce55d525041e028df7ecf584815d37d255dd1..c29b233903ba40bb3e84c886291bddf655797c92 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/DocumentHeader.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/DocumentHeader.js
@@ -14,7 +14,7 @@
 /**
  * Calculates the height of the docHeader and hides it upon scrolling
  */
-define('TYPO3/CMS/Backend/DocumentHeader', ['jquery'], function($) {
+define(['jquery'], function($) {
 	"use strict";
 
 	var DocumentHeader = {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js b/typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js
index bb94c81cd2516a085ef166a3a52cf540b90aacc3..32c9789374479aea414a45b78752c29d0f884db1 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/DragUploader.js
@@ -15,7 +15,7 @@
  * JavaScript RequireJS module called "TYPO3/CMS/Backend/DragUploader"
  *
  */
-define('TYPO3/CMS/Backend/DragUploader', ['jquery', 'moment', 'nprogress', 'TYPO3/CMS/Lang/Lang', 'TYPO3/CMS/Backend/Modal'], function($, moment, NProgress) {
+define(['jquery', 'moment', 'nprogress', 'TYPO3/CMS/Lang/Lang', 'TYPO3/CMS/Backend/Modal'], function($, moment, NProgress) {
 
 	/**
 	 * Array of files which are asked for being overridden
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js
index 43bf38ab0781903a3b12ea49d606278a1ae3b10d..cb55043d34e7dde9c65e0ab9bfd11e877bcf255f 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngine.js
@@ -28,7 +28,7 @@ var setFormValueOpenBrowser
 	,setFormValue_getFObj;
 
 
-define('TYPO3/CMS/Backend/FormEngine', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 
 	// main options
 	var FormEngine = {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineFlexForm.js b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineFlexForm.js
index 02caa235061e8366e5dd832845e658dbb1380e84..237b95773ceaad440536618b1d20e49c8a1e3946 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineFlexForm.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineFlexForm.js
@@ -20,7 +20,7 @@
  * which can contain one ore more sections
  */
 
-define('TYPO3/CMS/Backend/FormEngineFlexForm', ['jquery', 'TYPO3/CMS/Backend/FormEngine'], function ($) {
+define(['jquery', 'TYPO3/CMS/Backend/FormEngine'], function ($) {
 
 	TYPO3.FormEngine.FlexFormElement = function(el, options) {
 		var me = this;	// avoid scope issues
@@ -216,4 +216,4 @@ define('TYPO3/CMS/Backend/FormEngineFlexForm', ['jquery', 'TYPO3/CMS/Backend/For
 		// run the flexform functions on all containers (which contains one or more sections)
 		$('.t3-flex-container').t3FormEngineFlexFormElement();
 	});
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineSuggest.js b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineSuggest.js
index 2e7cc299c3c68284fea2ea9d596b7dbcea92be27..ca116f9892aaa8261392f755407b819bbf70c9f5 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineSuggest.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineSuggest.js
@@ -14,7 +14,7 @@
 /**
  * Functionality to load suggest functionality
  */
-define('TYPO3/CMS/Backend/FormEngineSuggest', ['jquery', 'jquery/autocomplete'], function ($) {
+define(['jquery', 'jquery/autocomplete'], function ($) {
 	var initialize = function($searchField) {
 		var $containerElement = $searchField.closest('.t3-form-suggest-container');
 		var table = $searchField.data('table'),
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js
index 9ce8af0b57e43984d387b667e5f7c3f1f72cd07a..c4b1ba02b864952f21aec4923337a32d0a927511 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/FormEngineValidation.js
@@ -15,7 +15,7 @@
  * contains all JS functions related to TYPO3 TCEforms/FormEngineValidation
  * @internal
  */
-define('TYPO3/CMS/Backend/FormEngineValidation', ['jquery', 'TYPO3/CMS/Backend/FormEngine'], function ($, FormEngine) {
+define(['jquery', 'TYPO3/CMS/Backend/FormEngine'], function ($, FormEngine) {
 
 	/**
 	 * The main FormEngineValidation object
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/ImageManipulation.js b/typo3/sysext/backend/Resources/Public/JavaScript/ImageManipulation.js
index 386f29f924fbc81ae0a810e999924417dc809b41..5e2cbb36e51821ca4126358a609aa09c89056e70 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/ImageManipulation.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/ImageManipulation.js
@@ -14,7 +14,7 @@
 /**
  * contains all logic for the image crop GUI
  */
-define('TYPO3/CMS/Backend/ImageManipulation', ['jquery', 'TYPO3/CMS/Backend/Modal'], function ($) {
+define(['jquery', 'TYPO3/CMS/Backend/Modal'], function ($) {
 
 	var ImageManipulation = {
 		margin: 20,
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/LegacyCssClasses.js b/typo3/sysext/backend/Resources/Public/JavaScript/LegacyCssClasses.js
index f34686c8daab961b37b05bfd7ebff4b7fc295d9c..a217b37f541401f6632f94afd14963b80bcc6d22 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/LegacyCssClasses.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/LegacyCssClasses.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript replacement for Legacy CSS Classes
  */
-define('TYPO3/CMS/Backend/LegacyCssClasses', ['jquery'], function($) {
+define(['jquery'], function($) {
 	var LegacyCssClasses = {
 		replacements: [
 			{
@@ -54,4 +54,4 @@ define('TYPO3/CMS/Backend/LegacyCssClasses', ['jquery'], function($) {
 		return LegacyCssClasses;
 	}();
 
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/LiveSearch.js b/typo3/sysext/backend/Resources/Public/JavaScript/LiveSearch.js
index dec2649a3cd3707795514b1d383f0c07f0c937d2..3b7212152ff96470b60ffb61de67fd302107f235 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/LiveSearch.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/LiveSearch.js
@@ -14,7 +14,7 @@
 /**
  * Global search to deal with everything in the backend that is search-related
  */
-define('TYPO3/CMS/Backend/LiveSearch', ['jquery', 'jquery/autocomplete', 'TYPO3/CMS/Backend/jquery.clearable'], function ($) {
+define(['jquery', 'jquery/autocomplete', 'TYPO3/CMS/Backend/jquery.clearable'], function ($) {
 
 	var containerSelector = '#typo3-cms-backend-backend-toolbaritems-livesearchtoolbaritem';
 	var searchFieldSelector = '.t3js-topbar-navigation-search-field';
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Login.js b/typo3/sysext/backend/Resources/Public/JavaScript/Login.js
index b6905b17e151d5e8c791a10c8c2a772b1e2f103a..af22c24b9335837c94b2b6e51c09114dd1a44e93 100755
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Login.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Login.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript module for the backend login form
  */
-define('TYPO3/CMS/Backend/Login', ['jquery', 'TYPO3/CMS/Backend/jquery.clearable', 'bootstrap'], function($) {
+define(['jquery', 'TYPO3/CMS/Backend/jquery.clearable', 'bootstrap'], function($) {
 	var BackendLogin = {
 		options: {
 			loginForm: '#typo3-login-form',
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js b/typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js
index dc68d049419279fd71f32c499f10b3080303ed54..889d89e050bbb2277644ba273f3091b2aaf2eaa7 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js
@@ -15,7 +15,7 @@
  * Task that periodically checks if a blocking event in the backend occurred and
  * displays a proper dialog to the user.
  */
-define('TYPO3/CMS/Backend/LoginRefresh', ['jquery', 'bootstrap'], function($) {
+define(['jquery', 'bootstrap'], function($) {
 	var LoginRefresh = {
 		identifier: {
 			loginrefresh: 't3-modal-loginrefresh',
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Modal.js b/typo3/sysext/backend/Resources/Public/JavaScript/Modal.js
index 4d80745375412ed4990241643e4bc719338d8126..111879543a2a94a0c6f621d0ba92bc4cd42704a1 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Modal.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Modal.js
@@ -15,7 +15,7 @@
  * API for modal windows powered by Twitter Bootstrap.
  * This module depends on TYPO3/CMS/Backend/Notification due to top.TYPO3.Severity.
  */
-define('TYPO3/CMS/Backend/Modal', ['jquery', 'TYPO3/CMS/Backend/Notification', 'bootstrap'], function($) {
+define(['jquery', 'TYPO3/CMS/Backend/Notification', 'bootstrap'], function($) {
 
 	/**
 	 * The main object of the modal API
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Notification.js b/typo3/sysext/backend/Resources/Public/JavaScript/Notification.js
index 2c36b6abe6abe7f93295022f03465f2dfeb1af7a..869cb719b9311b615ab72428b6dc0c16ee0cabfe 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Notification.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Notification.js
@@ -15,7 +15,7 @@
  * Notification API for the TYPO3 backend
  */
 
-define('TYPO3/CMS/Backend/Notification', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 
 	/**
 	 * Severity object
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/OnlineMedia.js b/typo3/sysext/backend/Resources/Public/JavaScript/OnlineMedia.js
index 85244f1750571494ce5f8eac6300be40a0407665..dc02d0178773a6453041048c83105ece93c6b6ec 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/OnlineMedia.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/OnlineMedia.js
@@ -14,7 +14,7 @@
 /**
  * Javascript for show the online media dialog
  */
-define('TYPO3/CMS/Backend/OnlineMedia', ['jquery', 'nprogress', 'TYPO3/CMS/Lang/Lang', 'TYPO3/CMS/Backend/Modal'], function($, NProgress) {
+define(['jquery', 'nprogress', 'TYPO3/CMS/Lang/Lang', 'TYPO3/CMS/Backend/Modal'], function($, NProgress) {
 	"use strict";
 
 	var OnlineMediaPlugin = function(element) {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/PageActions.js b/typo3/sysext/backend/Resources/Public/JavaScript/PageActions.js
index ca21caf965e17ff089478af8268a8b24280602ec..e984ed406817d37d4d591143421096276c00c316 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/PageActions.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/PageActions.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript implementations for page actions
  */
-define('TYPO3/CMS/Backend/PageActions', ['jquery'], function($) {
+define(['jquery'], function($) {
 	'use strict';
 
 	var PageActions = {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Popover.js b/typo3/sysext/backend/Resources/Public/JavaScript/Popover.js
index 698a49473cd7278474dc37b8ca8b6ff022930dee..caf5488f04b962a4e7f7a650ffa3e70f4899f082 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Popover.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Popover.js
@@ -14,7 +14,7 @@
 /**
  * API for popover windows powered by Twitter Bootstrap.
  */
-define('TYPO3/CMS/Backend/Popover', ['jquery', 'bootstrap'], function($) {
+define(['jquery', 'bootstrap'], function($) {
 
 	/**
 	 * the main popover object
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/SplitButtons.js b/typo3/sysext/backend/Resources/Public/JavaScript/SplitButtons.js
index 82c6bcace3156ebea7d1c18a925babc644294b73..0cf4f880b0dffb3bcc463028fecdb91b929d4c93 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/SplitButtons.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/SplitButtons.js
@@ -14,7 +14,7 @@
 /**
  * Initializes global handling of split buttons.
  */
-define('TYPO3/CMS/Backend/SplitButtons', ['jquery'], function($) {
+define(['jquery'], function($) {
 	"use strict";
 
 	var SplitButtons = {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Storage.js b/typo3/sysext/backend/Resources/Public/JavaScript/Storage.js
index 9d8bfa5d2a208175b12fe604dc6964b705964eda..b9e846890bf90e4ddbf0069230c1e6fe828bba5f 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Storage.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Storage.js
@@ -16,7 +16,7 @@
  * TYPO3.Storage.Client and the Backend Users "uc",
  * available via TYPO3.Storage.Persistent
  */
-define('TYPO3/CMS/Backend/Storage', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 	var Storage = {
 		Client: {},
 		Persistent: {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Tabs.js b/typo3/sysext/backend/Resources/Public/JavaScript/Tabs.js
index 72ff0fbb9f8fdd9d0ef45d25ec7c37a05c5a1da2..68f82462f0c83cfc53adbae7c30918a56c273ed5 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Tabs.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Tabs.js
@@ -15,7 +15,7 @@
  * This class handle the tabs in the TYPO3 backend.
  * It stores the last active tab and open it again after a reload,
  */
-define('TYPO3/CMS/Backend/Tabs', ['jquery', 'TYPO3/CMS/Backend/Storage', 'bootstrap'], function ($) {
+define(['jquery', 'TYPO3/CMS/Backend/Storage', 'bootstrap'], function ($) {
 
 	/**
 	 * Tabs helper
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/ToggleSearchToolbox.js b/typo3/sysext/backend/Resources/Public/JavaScript/ToggleSearchToolbox.js
index a92477da548cbcdc1ef68a01a501c6f4a8f46703..166d9ee8bcc9fb4411e34f51aa5ff5a166778912 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/ToggleSearchToolbox.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/ToggleSearchToolbox.js
@@ -14,7 +14,7 @@
 /**
  * Toggle the search toolbox
  */
-define('TYPO3/CMS/Backend/ToggleSearchToolbox', ['jquery', 'TYPO3/CMS/Backend/DocumentHeader', 'TYPO3/CMS/Backend/jquery.clearable'], function($, DocumentHeader) {
+define(['jquery', 'TYPO3/CMS/Backend/DocumentHeader', 'TYPO3/CMS/Backend/jquery.clearable'], function($, DocumentHeader) {
 	"use strict";
 
 	$(function() {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ClearCacheMenu.js b/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ClearCacheMenu.js
index 9611e77cd9dc81cb93714f79b646fa837d194e38..1a599a7882e246c9f4a29d7466f5f6a5bd88b17b 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ClearCacheMenu.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ClearCacheMenu.js
@@ -15,7 +15,7 @@
  * main functionality for clearing caches via the top bar
  * reloading the clear cache icon
  */
-define('TYPO3/CMS/Backend/Toolbar/ClearCacheMenu', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var ClearCacheMenu = {
 		$spinnerElement: $('<span>', {
@@ -77,4 +77,4 @@ define('TYPO3/CMS/Backend/Toolbar/ClearCacheMenu', ['jquery'], function($) {
 		TYPO3.ClearCacheMenu = ClearCacheMenu;
 		return ClearCacheMenu;
 	}();
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ShortcutMenu.js b/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ShortcutMenu.js
index c54b84714e8bfb4f2cbecc7f764274d348410976..87adf09d8dcf35360290adfe55e04d0485aa79ca 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ShortcutMenu.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/ShortcutMenu.js
@@ -15,7 +15,7 @@
  * shortcut menu logic to add new shortcut, remove a shortcut
  * and edit a shortcut
  */
-define('TYPO3/CMS/Backend/Toolbar/ShortcutMenu', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var ShortcutMenu = {
 		$spinnerElement: $('<span>', {
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/SystemInformationMenu.js b/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/SystemInformationMenu.js
index 5849c7d2ce46f62d527e908b2370091b4d2188f0..4b29e75e3318c33c2be9999803f00624c356ed1e 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/SystemInformationMenu.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Toolbar/SystemInformationMenu.js
@@ -14,7 +14,7 @@
 /**
  * System information menu handler
  */
-define('TYPO3/CMS/Backend/Toolbar/SystemInformationMenu', ['jquery', 'TYPO3/CMS/Backend/Storage'], function($) {
+define(['jquery', 'TYPO3/CMS/Backend/Storage'], function($) {
 	var SystemInformationMenu = {
 		identifier: {
 			containerSelector: '#typo3-cms-backend-backend-toolbaritems-systeminformationtoolbaritem',
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Tooltip.js b/typo3/sysext/backend/Resources/Public/JavaScript/Tooltip.js
index 1b124e26c208d9c4e93e7f82146895865e0a0da9..bc69ac0237a9a045ac9eb1a9f466f4ba4b9251ce 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Tooltip.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Tooltip.js
@@ -14,7 +14,7 @@
 /**
  * API for tooltip windows powered by Twitter Bootstrap.
  */
-define('TYPO3/CMS/Backend/Tooltip', ['jquery', 'bootstrap'], function($) {
+define(['jquery', 'bootstrap'], function($) {
 
 	/**
 	 * The main tooltip object
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/UserPassLogin.js b/typo3/sysext/backend/Resources/Public/JavaScript/UserPassLogin.js
index cbe102a8aea613248d987afdc289578bc13feea5..773cb4f2b6a143e17e74a70e151044c415aa8c14 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/UserPassLogin.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/UserPassLogin.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript module for the UsernamePasswordLoginProvider
  */
-define('TYPO3/CMS/Backend/UserPassLogin', ['jquery', 'TYPO3/CMS/Backend/Login'], function($, Login) {
+define(['jquery', 'TYPO3/CMS/Backend/Login'], function($, Login) {
 	var UserPassLogin = {
 		options: {
 			usernameField: '.t3js-login-username-field',
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Utility.js b/typo3/sysext/backend/Resources/Public/JavaScript/Utility.js
index d28b4b45d4670b98c4ab5dbfd80a03e67b17e9b3..49c256f47075e72a852ca3c8c877a8a31e542178 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Utility.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Utility.js
@@ -14,7 +14,7 @@
 /**
  * Utility helper
  */
-define('TYPO3/CMS/Backend/Utility', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	/**
 	 * The main Utility object
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/ValueSlider.js b/typo3/sysext/backend/Resources/Public/JavaScript/ValueSlider.js
index cafdd3e6d9ff5846964b5d519e2ea4c9cb30e213..186fc068c67f92092c6202acbb66458cb10a76b7 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/ValueSlider.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/ValueSlider.js
@@ -14,7 +14,7 @@
 /**
  * ValueSlider
  */
-define('TYPO3/CMS/Backend/ValueSlider', ['jquery', 'twbs/bootstrap-slider'], function($) {
+define(['jquery', 'twbs/bootstrap-slider'], function($) {
 	/**
 	 * ValueSlider object
 	 *
diff --git a/typo3/sysext/backend/Resources/Public/JavaScript/Wizard/Colorpicker.js b/typo3/sysext/backend/Resources/Public/JavaScript/Wizard/Colorpicker.js
index b92739bce0b78f8420566af0ddebfa7dc2634881..5d4b1e56824ce6b83976d7fa5271ace6497bf26e 100644
--- a/typo3/sysext/backend/Resources/Public/JavaScript/Wizard/Colorpicker.js
+++ b/typo3/sysext/backend/Resources/Public/JavaScript/Wizard/Colorpicker.js
@@ -14,7 +14,7 @@
 /**
  * Colorpicker JavaScript
  */
-define('TYPO3/CMS/Backend/Wizard/Colorpicker', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 
 	var Colorpicker = {
 		options: {}
@@ -61,4 +61,4 @@ define('TYPO3/CMS/Backend/Wizard/Colorpicker', ['jquery'], function ($) {
 	});
 
 	return Colorpicker;
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/beuser/Resources/Public/JavaScript/BackendUserListing.js b/typo3/sysext/beuser/Resources/Public/JavaScript/BackendUserListing.js
index df03aea321a532b67aec0a0bbbb7212779d16aa7..0069ba6f4d4a0f825e5356564c6722ead561824a 100644
--- a/typo3/sysext/beuser/Resources/Public/JavaScript/BackendUserListing.js
+++ b/typo3/sysext/beuser/Resources/Public/JavaScript/BackendUserListing.js
@@ -14,7 +14,7 @@
 /**
  *  JavaScript for backend user listing
  */
-define('TYPO3/CMS/Beuser/BackendUserListing', ['jquery', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
+define(['jquery', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
 
 	var $searchFields = $('#tx_Beuser_username');
 	var searchResultShown = ('' !== $searchFields.first().val());
@@ -28,4 +28,4 @@ define('TYPO3/CMS/Beuser/BackendUserListing', ['jquery', 'TYPO3/CMS/Backend/jque
 		}
 	});
 
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/beuser/Resources/Public/JavaScript/Permissions.js b/typo3/sysext/beuser/Resources/Public/JavaScript/Permissions.js
index caec925f0c2c336719919a28729b1f6bb2a831d2..36c39b80675ffe56d84458ab67be131efcaef7a8 100644
--- a/typo3/sysext/beuser/Resources/Public/JavaScript/Permissions.js
+++ b/typo3/sysext/beuser/Resources/Public/JavaScript/Permissions.js
@@ -14,7 +14,7 @@
 /**
  * Javascript functions regarding the permissions module
  */
-define('TYPO3/CMS/Beuser/Permissions', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var Permissions = {
 		options: {
diff --git a/typo3/sysext/core/Resources/Public/JavaScript/QueryGenerator.js b/typo3/sysext/core/Resources/Public/JavaScript/QueryGenerator.js
index 9577059b61f1826abc66a2f95bf447446bec89dd..f9289a4a5130df0ce629b4f9c87f0685fae63182 100644
--- a/typo3/sysext/core/Resources/Public/JavaScript/QueryGenerator.js
+++ b/typo3/sysext/core/Resources/Public/JavaScript/QueryGenerator.js
@@ -14,7 +14,7 @@
 /**
  * This module handle the QueryGenerator forms.
  */
-define('TYPO3/CMS/Core/QueryGenerator', ['jquery', 'TYPO3/CMS/Backend/DateTimePicker', 'TYPO3/CMS/Backend/jquery.clearable'], function ($) {
+define(['jquery', 'TYPO3/CMS/Backend/DateTimePicker', 'TYPO3/CMS/Backend/jquery.clearable'], function ($) {
 
 	/**
 	 * The QueryGenerator AMD module
diff --git a/typo3/sysext/documentation/Resources/Public/JavaScript/Main.js b/typo3/sysext/documentation/Resources/Public/JavaScript/Main.js
index f1adf4b3216b9c47ae648b3459d2ffc370ad314b..6d1763d9833b255364833635378079d71a2906be 100644
--- a/typo3/sysext/documentation/Resources/Public/JavaScript/Main.js
+++ b/typo3/sysext/documentation/Resources/Public/JavaScript/Main.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript module for ext:documentation
  */
-define('TYPO3/CMS/Documentation/Main', ['jquery', 'datatables', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
+define(['jquery', 'datatables', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
 
 	var Documentation = {
 		dataTable: null,
@@ -75,4 +75,4 @@ define('TYPO3/CMS/Documentation/Main', ['jquery', 'datatables', 'TYPO3/CMS/Backe
 		});
 
 	});
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/filelist/Resources/Public/JavaScript/FileList.js b/typo3/sysext/filelist/Resources/Public/JavaScript/FileList.js
index 849ce397537ec6f86a605a1022882afd0a391571..bef33e0126518859fbb3a66eb0f97fb32061aec5 100644
--- a/typo3/sysext/filelist/Resources/Public/JavaScript/FileList.js
+++ b/typo3/sysext/filelist/Resources/Public/JavaScript/FileList.js
@@ -15,7 +15,7 @@
  * JavaScript RequireJS module called "TYPO3/CMS/Filelist/FileList"
  *
  */
-define('TYPO3/CMS/Filelist/FileList', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	$('a.filelist-file-title').click(function(event) {
 		event.preventDefault();
diff --git a/typo3/sysext/filelist/Resources/Public/JavaScript/FileListLocalisation.js b/typo3/sysext/filelist/Resources/Public/JavaScript/FileListLocalisation.js
index 74a4052e5bf90a854215601c3a2e15f4d8aaf089..f6d511709dfca2879ef7feb8d2a9501dbe643ef8 100644
--- a/typo3/sysext/filelist/Resources/Public/JavaScript/FileListLocalisation.js
+++ b/typo3/sysext/filelist/Resources/Public/JavaScript/FileListLocalisation.js
@@ -15,7 +15,7 @@
  * JavaScript RequireJS module called "TYPO3/CMS/Backend/FileListLocalisation"
  *
  */
-define('TYPO3/CMS/Filelist/FileListLocalisation', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	$('a.filelist-translationToggler').click(function(event) {
 		var id = $(this).attr('data-fileid');
@@ -23,4 +23,4 @@ define('TYPO3/CMS/Filelist/FileListLocalisation', ['jquery'], function($) {
 	});
 
 	return null;
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/filelist/Resources/Public/JavaScript/FileSearch.js b/typo3/sysext/filelist/Resources/Public/JavaScript/FileSearch.js
index fa153e5a8c47a88304ca2f3e43cd1a24dac7af2f..211e7966169f38d4ad277137353c7171634a3a68 100644
--- a/typo3/sysext/filelist/Resources/Public/JavaScript/FileSearch.js
+++ b/typo3/sysext/filelist/Resources/Public/JavaScript/FileSearch.js
@@ -14,7 +14,7 @@
 /**
  *  JavaScript for file search
  */
-define('TYPO3/CMS/Filelist/FileSearch', ['jquery', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
+define(['jquery', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
 
 	var $searchFields = $('input[name="tx_filelist_file_filelistlist[searchWord]"]');
 	var searchResultShown = ('' !== $searchFields.first().val());
@@ -28,4 +28,4 @@ define('TYPO3/CMS/Filelist/FileSearch', ['jquery', 'TYPO3/CMS/Backend/jquery.cle
 		}
 	});
 
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/impexp/Resources/Public/JavaScript/ImportExport.js b/typo3/sysext/impexp/Resources/Public/JavaScript/ImportExport.js
index 7b3a33fbc457671dc2db66713bfa96a7157c138d..67d452fb4d44230f5dc5d22d97b8139449e0c7cb 100644
--- a/typo3/sysext/impexp/Resources/Public/JavaScript/ImportExport.js
+++ b/typo3/sysext/impexp/Resources/Public/JavaScript/ImportExport.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript to handle confirm windows in the Import/Export module
  */
-define('TYPO3/CMS/Impexp/ImportExport', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 	$(function() {
 		$(document).on('click', '.t3js-confirm-trigger', function() {
 			$button = $(this);
diff --git a/typo3/sysext/lang/Resources/Public/JavaScript/Lang.js b/typo3/sysext/lang/Resources/Public/JavaScript/Lang.js
index bef5e38a9fdcda088b063923f7d7e813d401abf0..df1378b357d216e6a4e15208dbec88bbf9c6d7ec 100644
--- a/typo3/sysext/lang/Resources/Public/JavaScript/Lang.js
+++ b/typo3/sysext/lang/Resources/Public/JavaScript/Lang.js
@@ -16,7 +16,7 @@
  *
  * `TYPO3.lang.foo[0].target = 'blah'` becomes `TYPO3.lang['foo'] = 'blah'`
  */
-define('TYPO3/CMS/Lang/Lang', ['jquery'], function($) {
+define(['jquery'], function($) {
 	var Lang = {};
 
 	Lang.convertToOneDimension = function() {
diff --git a/typo3/sysext/lang/Resources/Public/JavaScript/LanguageModule.js b/typo3/sysext/lang/Resources/Public/JavaScript/LanguageModule.js
index 34feb6f01d6525892e7bf02e9afe999240ca8e3d..746154e960c08151cfa3bddbf175594778cc87d2 100644
--- a/typo3/sysext/lang/Resources/Public/JavaScript/LanguageModule.js
+++ b/typo3/sysext/lang/Resources/Public/JavaScript/LanguageModule.js
@@ -14,7 +14,7 @@
 /**
  * Language module class
  */
-define('TYPO3/CMS/Lang/LanguageModule', ['jquery', 'moment', 'datatables', 'TYPO3/CMS/Backend/jquery.clearable'], function($, moment) {
+define(['jquery', 'moment', 'datatables', 'TYPO3/CMS/Backend/jquery.clearable'], function($, moment) {
 	var LanguageModule = {
 		me: this,
 		context: null,
diff --git a/typo3/sysext/linkvalidator/Resources/Public/JavaScript/Linkvalidator.js b/typo3/sysext/linkvalidator/Resources/Public/JavaScript/Linkvalidator.js
index 7e21a9cf5db7a9d0a6fd002ac29bd6c5e67092bc..83d7bfe101618b9b314ead467bbbc888332afb5a 100644
--- a/typo3/sysext/linkvalidator/Resources/Public/JavaScript/Linkvalidator.js
+++ b/typo3/sysext/linkvalidator/Resources/Public/JavaScript/Linkvalidator.js
@@ -11,7 +11,7 @@
  * The TYPO3 project - inspiring people to share!
  */
 
-define('TYPO3/CMS/Linkvalidator/Linkvalidator', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var Linkvalidator = {};
 
diff --git a/typo3/sysext/opendocs/Resources/Public/JavaScript/Toolbar/OpendocsMenu.js b/typo3/sysext/opendocs/Resources/Public/JavaScript/Toolbar/OpendocsMenu.js
index 694df37cc21228c3e73f377736bc692492201f0f..7650b101bdc79ad5f97ebc9510656cc75fd89a3b 100644
--- a/typo3/sysext/opendocs/Resources/Public/JavaScript/Toolbar/OpendocsMenu.js
+++ b/typo3/sysext/opendocs/Resources/Public/JavaScript/Toolbar/OpendocsMenu.js
@@ -16,7 +16,7 @@
  *  - navigating to the documents
  *  - updating the menu
  */
-define('TYPO3/CMS/Opendocs/Toolbar/OpendocsMenu', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var OpendocsMenu = {
 		$spinnerElement: $('<span>', {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseDatabase.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseDatabase.js
index 188712eac83fe3a10eefd4cbaf9e2f2982380eed..3fa97fd0b544d993c09969cedb6c892b031cbe76 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseDatabase.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseDatabase.js
@@ -14,7 +14,7 @@
 /**
  * Database record selection
  */
-define('TYPO3/CMS/Recordlist/BrowseDatabase', ['jquery', 'TYPO3/CMS/Recordlist/ElementBrowser'], function($, ElementBrowser) {
+define(['jquery', 'TYPO3/CMS/Recordlist/ElementBrowser'], function($, ElementBrowser) {
 	"use strict";
 
 	$(function() {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFiles.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFiles.js
index 892349671cc0082af1eb11227092c8809b4e09b6..0cb559b3eac7acf7bcb47668cc24abca58c22baf 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFiles.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFiles.js
@@ -14,7 +14,7 @@
 /**
  * File selection
  */
-define('TYPO3/CMS/Recordlist/BrowseFiles', ['jquery', 'TYPO3/CMS/Recordlist/ElementBrowser'], function($, ElementBrowser) {
+define(['jquery', 'TYPO3/CMS/Recordlist/ElementBrowser'], function($, ElementBrowser) {
 	"use strict";
 
 	var BrowseFiles = {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFolders.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFolders.js
index 25c79a847d7c764e6f133b1619ec6da3e9dc1879..6e805cab89228dab8d604b86b19ae60079524339 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFolders.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/BrowseFolders.js
@@ -14,7 +14,7 @@
 /**
  * Folder selection
  */
-define('TYPO3/CMS/Recordlist/BrowseFolders', ['jquery', 'TYPO3/CMS/Recordlist/ElementBrowser', 'TYPO3/CMS/Backend/Modal'], function ($, ElementBrowser, Modal) {
+define(['jquery', 'TYPO3/CMS/Recordlist/ElementBrowser', 'TYPO3/CMS/Backend/Modal'], function ($, ElementBrowser, Modal) {
 	"use strict";
 
 	$(function() {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/ElementBrowser.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/ElementBrowser.js
index 83ca15ae2b7db75a1ae7ec226046c05be8cbe34e..3c23aee14a1d4ca34ef33a5f907b9e842550e1db 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/ElementBrowser.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/ElementBrowser.js
@@ -14,7 +14,7 @@
 /**
  * ElementBrowser communication with parent windows
  */
-define('TYPO3/CMS/Recordlist/ElementBrowser', ['jquery'], function($) {
+define(['jquery'], function($) {
 	"use strict";
 
 	var ElementBrowser = {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/FieldSelectBox.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/FieldSelectBox.js
index 4f3644e271e8189dae4d54ad9e3790d103df3dc3..15b60724f49d845b9458bf4c86d7f3a563a5cfa9 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/FieldSelectBox.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/FieldSelectBox.js
@@ -14,7 +14,7 @@
 /**
  * Check-all / uncheck-all for the Database Recordlist fieldSelectBox
  */
-define('TYPO3/CMS/Recordlist/FieldSelectBox', ['jquery'], function($) {
+define(['jquery'], function($) {
 	"use strict";
 
 	$(function() {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/FileLinkHandler.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/FileLinkHandler.js
index 131d2d9e4f28407d213b2d9741faf35ea5ab61d4..59018e5ab5d5d9bb0eb15cf81e6bdd26a3a5bf35 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/FileLinkHandler.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/FileLinkHandler.js
@@ -14,7 +14,7 @@
 /**
  * File link interaction
  */
-define('TYPO3/CMS/Recordlist/FileLinkHandler', ['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser', 'TYPO3/CMS/Backend/LegacyTree'], function($, LinkBrowser, Tree) {
+define(['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser', 'TYPO3/CMS/Backend/LegacyTree'], function($, LinkBrowser, Tree) {
 	"use strict";
 
 	var FileLinkHandler = {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/LinkBrowser.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/LinkBrowser.js
index 4a72a3fd1c018eb687e280c934d7e616c0a77248..8c0e7bdbce67ded433b70751e70571e5361c64d8 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/LinkBrowser.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/LinkBrowser.js
@@ -14,7 +14,7 @@
 /**
  * LinkBrowser communication with parent window
  */
-define('TYPO3/CMS/Recordlist/LinkBrowser', ['jquery'], function($) {
+define(['jquery'], function($) {
 	"use strict";
 
 	var LinkBrowser = {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/MailLinkHandler.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/MailLinkHandler.js
index 33fb4fc668ee0349cf4b33c652aa76aa5a7525dd..d32f204dbc8763acb41f99e5de80fb8208501b00 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/MailLinkHandler.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/MailLinkHandler.js
@@ -14,7 +14,7 @@
 /**
  * Mail link interaction
  */
-define('TYPO3/CMS/Recordlist/MailLinkHandler', ['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
+define(['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
 	"use strict";
 
 	var MailLinkHandler = {};
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/PageLinkHandler.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/PageLinkHandler.js
index 8656dff57d48082138cfd2fd1004de3993fd18c1..0239062e875df42ddfa7e4df311e86d63789a7d2 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/PageLinkHandler.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/PageLinkHandler.js
@@ -14,7 +14,7 @@
 /**
  * Page link interaction
  */
-define('TYPO3/CMS/Recordlist/PageLinkHandler', ['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
+define(['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
 	"use strict";
 
 	var PageLinkHandler = {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/Recordlist.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/Recordlist.js
index 6bc69432517b9ab9a1f2d9f80930936c16102001..5193c111e28cf492b6b1762e1f2d22586c7fa42a 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/Recordlist.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/Recordlist.js
@@ -14,7 +14,7 @@
 /**
  * Usability improvements for the record list
  */
-define('TYPO3/CMS/Recordlist/Recordlist', ['jquery', 'TYPO3/CMS/Backend/Storage'], function($, Storage) {
+define(['jquery', 'TYPO3/CMS/Backend/Storage'], function($, Storage) {
 	"use strict";
 
 	var Recordlist = {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/Tooltip.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/Tooltip.js
index c1613ee4c6c22f84684fef648a6156e6100ae3aa..b5c8378ef158595cce87315d64150094b4372c73 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/Tooltip.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/Tooltip.js
@@ -14,7 +14,7 @@
 /**
  * API for tooltip windows powered by Twitter Bootstrap.
  */
-define('TYPO3/CMS/Recordlist/Tooltip', ['TYPO3/CMS/Backend/Tooltip'], function(Tooltip) {
+define(['TYPO3/CMS/Backend/Tooltip'], function(Tooltip) {
 	"use strict";
 
 	Tooltip.initialize('.table-fit a[title]', {
diff --git a/typo3/sysext/recordlist/Resources/Public/JavaScript/UrlLinkHandler.js b/typo3/sysext/recordlist/Resources/Public/JavaScript/UrlLinkHandler.js
index 8e3e282e86c3769a1dd5cf886d62dbe1ecc0b70e..bbfb7cde94cf826dfec203d44354b407c3629d26 100644
--- a/typo3/sysext/recordlist/Resources/Public/JavaScript/UrlLinkHandler.js
+++ b/typo3/sysext/recordlist/Resources/Public/JavaScript/UrlLinkHandler.js
@@ -14,7 +14,7 @@
 /**
  * URL link interaction
  */
-define('TYPO3/CMS/Recordlist/UrlLinkHandler', ['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
+define(['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
 	"use strict";
 
 	var UrlLinkHandler = {};
diff --git a/typo3/sysext/rsaauth/Resources/Public/JavaScript/RsaEncryptionModule.js b/typo3/sysext/rsaauth/Resources/Public/JavaScript/RsaEncryptionModule.js
index 9ccaa8597458a7a67686a066478ddbf5ee58d5f8..45f10c3c0357860a775894ddafa2ad3554465310 100644
--- a/typo3/sysext/rsaauth/Resources/Public/JavaScript/RsaEncryptionModule.js
+++ b/typo3/sysext/rsaauth/Resources/Public/JavaScript/RsaEncryptionModule.js
@@ -14,7 +14,7 @@
 /**
  * Object that handles RSA encryption and submission of the form
  */
-define('TYPO3/CMS/Rsaauth/RsaEncryptionModule', ['jquery', './RsaLibrary'], function($) {
+define(['jquery', './RsaLibrary'], function($) {
 	'use strict';
 
 	var RsaEncryption = {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Ajax/Ajax.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Ajax/Ajax.js
index 0325ab23446bebfb0fb9a44fa6e91aff51317da4..394d49e9da371a30fcd325ee5ff9f5bc1cc9e4bd 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Ajax/Ajax.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Ajax/Ajax.js
@@ -14,8 +14,7 @@
 /**
  * Ajax object
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Ajax/Ajax',
-	['jquery',
+define(['jquery',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function($, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/CSS/Parser.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/CSS/Parser.js
index fcf9aa488e5b1ff0d7b62b417c9f46cea2f17009..f3330a52dc825f6bd9b2fd26d71663a74cf96659 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/CSS/Parser.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/CSS/Parser.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  HTMLArea.CSS.Parser: CSS Parser
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/CSS/Parser',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
 	function (UserAgent, Util, Event) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Configuration/Config.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Configuration/Config.js
index 1e33d4da116529021ec23cd93ef23b400345cc9c..f9c9509cfe5aff4aafcd20ede2c5d5d75f50b3bc 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Configuration/Config.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Configuration/Config.js
@@ -14,8 +14,7 @@
 /**
  * Configuration of af an Editor of TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Configuration/Config',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (UserAgent, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/BookMark.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/BookMark.js
index 346c15d6758b4c85fdc6ba0e28b715c1bdecbc39..784550d389278fb072d6d65898f6b578722dbb5d 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/BookMark.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/BookMark.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  HTMLArea.DOM.BookMark: BookMark object
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/BookMark',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM'],
 	function (UserAgent, Util, Dom) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/DOM.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/DOM.js
index a4fb671e83d8b1a5558837807d276d329ee5c2dd..3b7a94149ce545e699892476479bf3d669fef95b 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/DOM.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/DOM.js
@@ -13,8 +13,7 @@
 /*****************************************************************
  * HTMLArea.DOM: Utility functions for dealing with the DOM tree *
  *****************************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (UserAgent, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Node.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Node.js
index 78401c26e1168373699d6468d276be3d127a08f1..f202ed20da1e5940fcc5115ff96370cc1d703679 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Node.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Node.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  HTMLArea.DOM.Node: Node object
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/Node',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM'],
 	function (UserAgent, Util, Dom) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Selection.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Selection.js
index 14d97f5310c498c2ebe7b14250eff3e0ec4ecb95..60bb714f8f822489ff3eaa768dd3a683e643be48 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Selection.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Selection.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  HTMLArea.DOM.Selection: Selection object
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/Selection',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Walker.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Walker.js
index c83c9272b7db08e83bd2e8b2a5a0ad8433f4c2a7..44d79ef722706df7a06513e361d4fb27bbc69611 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Walker.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/DOM/Walker.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  HTMLArea.DOM.Walker: DOM tree walk
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/Walker',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM'],
 	function (UserAgent, Util, Dom) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Editor.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Editor.js
index 09a7cccf71328a02b143510041bc896394671475..d687987ee8b6db1e81fb267f499071700035bd40 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Editor.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Editor.js
@@ -14,8 +14,7 @@
 /**
  * Editor extends Ext.util.Observable
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Editor/Editor',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Ajax/Ajax',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Framework.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Framework.js
index 941b800ef300079e01ffae71e8d91022247d1487..fdd0b60f014738c2a12f48788795d5fae0a4cfd5 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Framework.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Framework.js
@@ -14,8 +14,7 @@
 /**
  * Framework is the visual component of the Editor and contains the tool bar, the iframe, the textarea and the status bar
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Editor/Framework',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Resizable',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Iframe.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Iframe.js
index e16cf14e416e2eba428967f72d21472ca21cbe71..7d77945b055cf690d0b7caee6f00b7f87408be86 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Iframe.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Iframe.js
@@ -14,8 +14,7 @@
 /**
  * The editor iframe
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Editor/Iframe',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/Walker',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/TYPO3',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/StatusBar.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/StatusBar.js
index 20c2c87e15d433655193c7e50c621281ef921127..691ff8413952c157c2cd8c03f88950916ebe601e 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/StatusBar.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/StatusBar.js
@@ -14,8 +14,7 @@
 /**
  * The optional status bar at the bottom of the editor framework
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Editor/StatusBar',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/TextAreaContainer.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/TextAreaContainer.js
index e7c7e9a261150336a4c3e9e95bdede5c950ddaca..0dd07d40f6c7355fc472d60a11be9311dda3dc79 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/TextAreaContainer.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/TextAreaContainer.js
@@ -14,8 +14,7 @@
 /**
  * The container of the textarea within the editor framework
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Editor/TextAreaContainer',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
 	function (Util, Dom, Event) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Toolbar.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Toolbar.js
index e5fff451120c49f7a8a0f5023d890f6fbce83b65..ea3984c0aec23b498a927fe7e4ea789577a694e4 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Toolbar.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Toolbar.js
@@ -14,8 +14,7 @@
 /**
  * The editor toolbar
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Editor/Toolbar',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Toolbar/Button',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/Event.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/Event.js
index 05664921905c72f2af8a318e62efb3d2dd883263..5e08742098d74f59f8d4c4c0a114e056a5e0d7c1 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/Event.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/Event.js
@@ -13,8 +13,7 @@
 /*****************************************************************
  * HTMLArea.Event: Utility functions for dealing with events     *
  *****************************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
-	['jquery',
+define(['jquery',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function ($, UserAgent, Util) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/KeyMap.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/KeyMap.js
index b3851e8ae8a8db39e8d52a1b04f304e029ebffd2..ba84df24948f65e83353c1d4b93e1b9cd7587526 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/KeyMap.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Event/KeyMap.js
@@ -13,8 +13,7 @@
 /********************************************************************
  * HTMLArea.KeyMap: Utility functions for dealing with key events   *
  ********************************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/KeyMap',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
 	function (Event) {
 
 	/**
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ColorPalette.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ColorPalette.js
index 27098f94425846ee277017dcf9384a2bd568c0f8..5d5928c52c21d76cad0d3fc5b8121e4cc1532999 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ColorPalette.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ColorPalette.js
@@ -14,8 +14,7 @@
 /**
  * Intercept Ext.ColorPalette.prototype.select
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ColorPalette',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Color'],
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Color'],
 	function (Color) {
 
 	Ext.ColorPalette.prototype.select = Ext.ColorPalette.prototype.select.createInterceptor(Color.checkIfColorInPalette);
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorMenu.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorMenu.js
index cab3ddd3a6dbd4a40a91687baec931b13d85acbe..dbc5b294661d227d9ab86385ff7ee6cf62614183 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorMenu.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorMenu.js
@@ -14,8 +14,7 @@
 /**
  * Color menu
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ux/ColorMenu',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ColorPalette'],
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ColorPalette'],
 	function (ColorPalette) {
 		Ext.ux.menu.HTMLAreaColorMenu = Ext.extend(Ext.menu.Menu, {
 			enableScrolling: false,
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorPaletteField.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorPaletteField.js
index 4d607ce6521eca321dc40706f18631d8cd4f6711..63a08a6426d29662a34f217d27bba7d34db88692 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorPaletteField.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Extjs/ux/ColorPaletteField.js
@@ -15,8 +15,7 @@
  * Color palette trigger field
  * Based on http://www.extjs.com/forum/showthread.php?t=89312
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ux/ColorPaletteField',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ux/ColorMenu'],
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ux/ColorMenu'],
 	function (ColorMenu) {
 		Ext.ux.form.ColorPaletteField = Ext.extend(Ext.form.TriggerField, {
 			triggerClass: 'x-form-color-trigger',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/HTMLArea.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/HTMLArea.js
index 9c45d2c5257d6c136ff36bb76fee868e1b19c522..365415059262a6307cada70c5cceb5d60ed560ca 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/HTMLArea.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/HTMLArea.js
@@ -14,8 +14,7 @@
 /**
  * Initialization script of TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/HTMLArea',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Configuration/Config',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Editor/Editor'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Plugin/Plugin.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Plugin/Plugin.js
index 7a973193286ccee8a3c9ea38fe66c0585260f010..fadc1f440483e2c45694e5a910121e6e4af23bcf 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Plugin/Plugin.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Plugin/Plugin.js
@@ -17,8 +17,7 @@
  * Every plugin should be a subclass of this class
  *
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
 	function (UserAgent, Util, Event) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Button.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Button.js
index f440e0397de5252c5d507d3a30692eede932c69d..bcfc3e4b7026bfd7a0b58bd92664635d4bd01923 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Button.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Button.js
@@ -14,8 +14,7 @@
 /**
  * A button in the toolbar
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Toolbar/Button',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Select.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Select.js
index 1ceea3614eb384557a30bbdbc31c3ec7e8840f39..3ae0be193b51473ea1944807a5995f3236fd8d62 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Select.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/Select.js
@@ -14,8 +14,7 @@
 /**
  * A select field in the toolbar
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Toolbar/Select',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/ToolbarText.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/ToolbarText.js
index 6cbed9c1ff4c989b74e8f6f2b2635a080e790e52..ad4ac5a5badf5d4dc56bd51a72153daf8d5ede95 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/ToolbarText.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Toolbar/ToolbarText.js
@@ -14,8 +14,7 @@
 /**
  * A text item in the toolbar
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Toolbar/ToolbarText',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event'],
 	function (Dom, Util, Event) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/UserAgent/UserAgent.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/UserAgent/UserAgent.js
index 2f2362245e049cef1e0743d396138720bc06a56a..fc7e5b6d4ae19b33aa1b1aa4e4934ef8107b5dc9 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/UserAgent/UserAgent.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/UserAgent/UserAgent.js
@@ -14,7 +14,7 @@
 /**
  * Identify the current user agent
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent', [], function () {
+define([], function () {
 
 	var userAgent = navigator.userAgent.toLowerCase();
 	var documentMode = document.documentMode,
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Color.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Color.js
index 0f9d0961368389d002cc4b0ef38d0468f6f6c6b5..058ee69bdc9f5c5fa0c4d9e363c1cba0c504497a 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Color.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Color.js
@@ -13,7 +13,7 @@
 /***************************************************
  *  Color utilities
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Color', [], function () {
+define([], function () {
 
 	return {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Resizable.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Resizable.js
index 5fe02aa0fed12ae61d3036d0142d321ea6e735ba..7b3932ac8b6cd7a7168eeea07384347cf4fcb8e7 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Resizable.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Resizable.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  Make resizable
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Resizable',
-	['jquery',
+define(['jquery',
 	'jquery-ui/resizable'],
 	function ($, Resizable) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/String.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/String.js
index 2d42ae325144115120618437956af6490bd3c88d..03c0940de124b35abe829585799afc43a69263c5 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/String.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/String.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  Color utilities
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/String',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent'],
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent'],
 	function (UserAgent) {
 
 	// Create the ruler
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/TYPO3.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/TYPO3.js
index bad3e64a680aef40aacb5f35692ddca3ac65e4a5..6095b1b7196b1d7b32b14512f91e86412b0cd59a 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/TYPO3.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/TYPO3.js
@@ -13,8 +13,7 @@
 /***************************************************
  * HTMLArea.util.TYPO3: Utility functions for dealing with tabs and inline elements in TYPO3 forms
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/TYPO3',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM'],
 	function (UserAgent, Dom) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Tips.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Tips.js
index 2d52b78caba43f0a9af6a1a301df973c7defec18..fb8c1c61d95bad123cda676ca366fde1bcaf942d 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Tips.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Tips.js
@@ -5,8 +5,7 @@
  * Intercept Ext.form.Field.afterRender in order to provide tips on form fields and menu items
  * Adapted from: http://www.extjs.com/forum/showthread.php?t=36642
  */
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Tips',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent'],
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent'],
 	function (UserAgent) {
 
 	Tips = {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Util.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Util.js
index aa688f82d0d3d1477f215ac5091bac7560694664..f606de49b9f4b68e3511d2bec260e059dd1fc8b1 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Util.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Util/Util.js
@@ -13,8 +13,7 @@
 /***************************************************
  *  UTILITY FUNCTIONS
  ***************************************************/
-define('TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent'],
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent'],
 	function (UserAgent) {
 
 	var Util = {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Modules/SelectImage.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Modules/SelectImage.js
index 9acb51d3c2c342ddabf70ea2b1539372b4a471be..ea95368ac86aaf72c24a127c9e1c4d34543c6554 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Modules/SelectImage.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Modules/SelectImage.js
@@ -14,7 +14,7 @@
 /**
  * This module is used by the RTE SelectImage module
  */
-define('TYPO3/CMS/Rtehtmlarea/Modules/SelectImage', function () {
+define(function () {
 	'use strict';
 
 	var SelectImage = {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Abbreviation.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Abbreviation.js
index 7257c3148749953454502590179078c2e7557a13..d93a7f7f115ed2f48f062bfcf931cd6e89c0320d 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Abbreviation.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Abbreviation.js
@@ -14,8 +14,7 @@
 /**
  * Abbreviation plugin for htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/Abbreviation',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/AboutEditor.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/AboutEditor.js
index 13de2381ece03f4b6a1edbe5f200cc0967233331..df05c4ea73281977eb77351590df12d8a91e839f 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/AboutEditor.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/AboutEditor.js
@@ -14,8 +14,7 @@
 /**
  * About Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/AboutEditor',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockElements.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockElements.js
index b61395d81e6ad9f73865cd002101407f92514a1b..aeaa602e3fff3eda41b211ac279d22ee577793e9 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockElements.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockElements.js
@@ -14,8 +14,7 @@
 /**
  * BlockElements Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/BlockElements',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockStyle.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockStyle.js
index 852ee2a984834d9ad4521d7eea3554cf75d6578b..049c3ecfa4b1a016d3106c1fd0d0524f78dc76de 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockStyle.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/BlockStyle.js
@@ -14,8 +14,7 @@
 /**
  * Block Style Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/BlockStyle',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/CSS/Parser',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CharacterMap.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CharacterMap.js
index eee6821c427ccc4a48a922968ddc5f6ce80e10f6..e4dfab5446691b041eda1735c7a2adac654ce438 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CharacterMap.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CharacterMap.js
@@ -14,8 +14,7 @@
 /**
  * Character Map Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/CharacterMap',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/ContextMenu.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/ContextMenu.js
index f6296d8f8424aa939f405bf8c4ca94292361fac4..3cbbb2ffb234582edb6e1d3e282a338b0b625297 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/ContextMenu.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/ContextMenu.js
@@ -14,8 +14,7 @@
 /**
  * Context Menu Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/ContextMenu',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CopyPaste.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CopyPaste.js
index d043f27d07f3c2d4def0b23dce1959d1c393a4c1..b03ce72a9bc0847c39ee566a95fdaf6f721c1acc 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CopyPaste.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/CopyPaste.js
@@ -14,8 +14,7 @@
 /**
  * Copy Paste for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/CopyPaste',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultClean.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultClean.js
index f9318a3f1802352afb6d4486a0babdbe26997d4c..02b3222aaa86926a49e6aa844aa568088f465f61 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultClean.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultClean.js
@@ -14,8 +14,7 @@
 /**
  * Default Clean Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/DefaultClean',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultImage.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultImage.js
index 05ff0181bf6bd088e65ee281b3b09bee4ae1a6de..650d0e1f6014dfef9816a35f8d07987eb2233b45 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultImage.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultImage.js
@@ -14,8 +14,7 @@
 /**
  * Image Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/DefaultImage',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, UserAgent, Util) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultInline.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultInline.js
index 0fda88437d3245f8c52a27de40d0bd64d9f0b910..0ba4fed31e3af397da4ca9418b849b3b88ef04a5 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultInline.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultInline.js
@@ -14,8 +14,7 @@
 /**
  * Default Inline Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/DefaultInline',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultLink.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultLink.js
index 6ca956626119cecc51259c872580279d8c6df766..9e8d6b0d72f2fdfa30a35f11f20178175df2914a 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultLink.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefaultLink.js
@@ -14,8 +14,7 @@
 /**
  * Default Link Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/DefaultLink',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefinitionList.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefinitionList.js
index bdb33bf152fbb2f146f83fcb38d96a9fe8d07d2f..597de0656a1d6d7f6968c85a335a6aaaf3c7914a 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefinitionList.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/DefinitionList.js
@@ -14,8 +14,7 @@
 /**
  * DefinitionList Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/DefinitionList',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/Plugins/BlockElements',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditElement.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditElement.js
index fea2ce0daa4d6331f194d8cb2b4ba0b3bbebc1e8..8d2006c548bcd00358151ba4d3fdc550b673e10b 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditElement.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditElement.js
@@ -14,8 +14,7 @@
 /**
  * EditElement plugin for htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/EditElement',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/Plugins/MicrodataSchema',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditorMode.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditorMode.js
index c90a4ec156ace92a559b0ea5fbff22107f9f86f9..b5e52344a49844d74d3563d5c1f1e037a954bd46 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditorMode.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/EditorMode.js
@@ -14,8 +14,7 @@
 /**
  * EditorMode Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/EditorMode',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/FindReplace.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/FindReplace.js
index ebbd6c96effa2802bbd5af7ea3193b628ff222f1..fa20b98b155613345e58ff54e4c9f00968ccf3ec 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/FindReplace.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/FindReplace.js
@@ -14,8 +14,7 @@
 /**
  * Find and Replace Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/FindReplace',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InlineElements.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InlineElements.js
index fa702bcd5aacb85b4e928a152ae0512f8fd734fe..90e2c9ef5581f29866a67dff268f090196d86618 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InlineElements.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InlineElements.js
@@ -14,8 +14,7 @@
 /**
  * Inline Elements Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/InlineElements',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InsertSmiley.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InsertSmiley.js
index 5c1553b824e4692a3b41a6bf8d771edf748f1027..e18e5e90fcac71bf49f227150b4ddca8f704a21b 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InsertSmiley.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/InsertSmiley.js
@@ -14,8 +14,7 @@
 /**
  * Insert Smiley Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/InsertSmiley',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Language.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Language.js
index d5719af7544f8249f0cec3f030956a2d532dff35..e75862003ee21aacb2b637634d9fddd21b1f50a8 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Language.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/Language.js
@@ -14,8 +14,7 @@
 /**
  * Language Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/Language',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/MicrodataSchema.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/MicrodataSchema.js
index b1cd7210417420989a7ec2f627659b30cd2148c0..81dfe97899b7edc48eaad535a4b2ca9a4f6fd646 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/MicrodataSchema.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/MicrodataSchema.js
@@ -14,8 +14,7 @@
 /**
  * Microdata Schema Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/MicrodataSchema',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/PlainText.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/PlainText.js
index aeca90344dc4cd0ad078cf18c33e08c2e85c1c43..f743bacb93d96f0658274117ff7cca0de9765b50 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/PlainText.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/PlainText.js
@@ -14,8 +14,7 @@
 /**
  * Paste as Plain Text Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/PlainText',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/QuickTag.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/QuickTag.js
index 459803cbeabfdfca4be882595020058d33a15d3e..2d442d5c4f88c78cccb68320e63d25f8598f3064 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/QuickTag.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/QuickTag.js
@@ -14,8 +14,7 @@
 /**
  * Quick Tag Editor Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/QuickTag',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Extjs/ux/ColorPaletteField'],
 	function (Plugin, Util, ColorPaletteField) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/RemoveFormat.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/RemoveFormat.js
index 114ff06f1a5b8267c4f9b8746594a13856596470..b4d2404beeb11e750b918599bfeb1c0c245d8631 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/RemoveFormat.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/RemoveFormat.js
@@ -14,8 +14,7 @@
 /**
  * Remove Format Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/RemoveFormat',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SelectFont.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SelectFont.js
index bb58e58071d8f236d2978fbc1f3c061aef0886f5..50cebd8f910cfdf6e0b13fc6f7d7f3d2c7708f39 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SelectFont.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SelectFont.js
@@ -14,8 +14,7 @@
 /**
  * SelectFont Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/SelectFont',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SpellChecker.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SpellChecker.js
index 69d16be070c607ce9736f505bae65980fc1f59c1..8996626411ab5c5670cbbac2e5e21f4a70ba492e 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SpellChecker.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/SpellChecker.js
@@ -14,8 +14,7 @@
 /**
  * Spell Checker Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/SpellChecker',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Color.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Color.js
index 57d9fc41226672f5b6aafba7da3d24e9e2139054..9a79a4078da7815e50f53aa8df07eb80c9031f07 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Color.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Color.js
@@ -14,8 +14,7 @@
 /**
  * TYPO3 Color Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/TYPO3Color',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Color',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3HtmlParser.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3HtmlParser.js
index 075ae214927081ed1dd0981bf4f38178d599db7b..d427b28289e419084420ce460e859f316c8af469 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3HtmlParser.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3HtmlParser.js
@@ -14,8 +14,7 @@
 /**
  * TYPO3HtmlParser Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/TYPO3HtmlParser',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Image.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Image.js
index 1111f84afd1aa756efe4f65b89d25ba8a65ed800..c4879c57992a2f658616c63f0e8e77692ba6e3a8 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Image.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Image.js
@@ -14,8 +14,7 @@
 /**
  * TYPO3Image plugin for htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/TYPO3Image',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js
index 6d30bc6a16e675c43d03ec7a0dac341c32ec2380..d2ef601dcf42062eea30d506995e09b21a2ff192 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TYPO3Link.js
@@ -14,8 +14,7 @@
 /**
  * TYPO3Link plugin for htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/TYPO3Link',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TableOperations.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TableOperations.js
index 33a64e97518ac7812f65e4fe35be259cb4a78803..b24dd6042a10f03c995f10be6dbc2e5e6f6c961b 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TableOperations.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TableOperations.js
@@ -14,8 +14,7 @@
 /**
  * Table Operations Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/TableOperations',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextIndicator.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextIndicator.js
index 87d200c2e0509191181ec93d4d1c23cfde9692e2..ebc27d418191fce4f5ec26e90f2fbf8281bf643f 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextIndicator.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextIndicator.js
@@ -14,8 +14,7 @@
 /**
  * TextIndicator Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/TextIndicator',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextStyle.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextStyle.js
index 817ef3b5eb4cad060179ca506bc0dca2ee351ef4..843bd1a47e51c390605a23367f2999ae9ff48725 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextStyle.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/TextStyle.js
@@ -14,8 +14,7 @@
 /**
  * Text Style Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/TextStyle',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/DOM/DOM',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Event/Event',
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UndoRedo.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UndoRedo.js
index 232cefd648ee009bcb17645defde8d7cdd6a92b9..b163b40f4c0cf8ef015c4dd7b70939cdf2701973 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UndoRedo.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UndoRedo.js
@@ -14,8 +14,7 @@
 /**
  * Undo Redo Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/UndoRedo',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/UserAgent/UserAgent',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, UserAgent, Util) {
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UserElements.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UserElements.js
index 6c2bbbf2e85acc11c2f0d84fcf82a45163240099..eee96747e4f3c47bff2c577a36b3625b77e4e865 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UserElements.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/Plugins/UserElements.js
@@ -14,8 +14,7 @@
 /**
  * User Elements Plugin for TYPO3 htmlArea RTE
  */
-define('TYPO3/CMS/Rtehtmlarea/Plugins/UserElements',
-	['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
+define(['TYPO3/CMS/Rtehtmlarea/HTMLArea/Plugin/Plugin',
 	'TYPO3/CMS/Rtehtmlarea/HTMLArea/Util/Util'],
 	function (Plugin, Util) {
 
diff --git a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/RteLinkBrowser.js b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/RteLinkBrowser.js
index ba00a1debc6d8dc89b6f3cbe991e061a35ff6cab..81e1247c7a7cdeec87b0fa82a414534210fd6f89 100644
--- a/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/RteLinkBrowser.js
+++ b/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/RteLinkBrowser.js
@@ -14,7 +14,7 @@
 /**
  * LinkBrowser communication with parent window
  */
-define('TYPO3/CMS/Rtehtmlarea/RteLinkBrowser', ['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
+define(['jquery', 'TYPO3/CMS/Recordlist/LinkBrowser'], function($, LinkBrowser) {
 	"use strict";
 
 	var RteLinkBrowser = {
diff --git a/typo3/sysext/scheduler/Resources/Public/JavaScript/Scheduler.js b/typo3/sysext/scheduler/Resources/Public/JavaScript/Scheduler.js
index c82a98c54a2219abb7cece8f26abe0ac137ed2ab..93df302193791886cbf5712e5c24d1c9f470300e 100644
--- a/typo3/sysext/scheduler/Resources/Public/JavaScript/Scheduler.js
+++ b/typo3/sysext/scheduler/Resources/Public/JavaScript/Scheduler.js
@@ -11,7 +11,7 @@
  * The TYPO3 project - inspiring people to share!
  */
 
-define('TYPO3/CMS/Scheduler/Scheduler', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var Scheduler = {};
 
diff --git a/typo3/sysext/sys_action/Resources/Public/JavaScript/ActionTask.js b/typo3/sysext/sys_action/Resources/Public/JavaScript/ActionTask.js
index 2bcd383628554687d88423642841dacda5ac7414..c8b898e3cf31838ca117850d14a2789c04f65916 100644
--- a/typo3/sysext/sys_action/Resources/Public/JavaScript/ActionTask.js
+++ b/typo3/sysext/sys_action/Resources/Public/JavaScript/ActionTask.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript to handle confirm windows in the task center module
  */
-define('TYPO3/CMS/SysAction/ActionTask', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 	$(function() {
 		$(document).on('click', '.t3js-confirm-trigger', function(e) {
 			e.preventDefault();
diff --git a/typo3/sysext/t3editor/Resources/Public/JavaScript/FileEdit.js b/typo3/sysext/t3editor/Resources/Public/JavaScript/FileEdit.js
index 5cb234dbc2626af00c039f5a70b51a6f2e096e80..484de9d27cc1530ebaf3c109c9202764a85de748 100644
--- a/typo3/sysext/t3editor/Resources/Public/JavaScript/FileEdit.js
+++ b/typo3/sysext/t3editor/Resources/Public/JavaScript/FileEdit.js
@@ -14,7 +14,7 @@
 /**
  * File edit for ext:t3editor
  */
-define('TYPO3/CMS/T3editor/FileEdit', ['jquery', 'TYPO3/CMS/T3editor/T3editor'], function ($, T3editor) {
+define(['jquery', 'TYPO3/CMS/T3editor/T3editor'], function ($, T3editor) {
 
 	$(document).ready(function() {
 
diff --git a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/CompletionResult.js b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/CompletionResult.js
index 9be6fb2493862c931f9291dad3b51359a959fad7..4cb0d092c528ecc6345faa30330a76561ebc11a9 100644
--- a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/CompletionResult.js
+++ b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/CompletionResult.js
@@ -14,7 +14,7 @@
 /**
  * Contains the CompletionResult class
  */
-define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/CompletionResult', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 	var CompletionResult = {
 		tsRef: null,
 		tsTreeNode: null
@@ -104,4 +104,4 @@ define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/CompletionResult', ['jquery'],
 	};
 
 	return CompletionResult;
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/DescriptionPlugin.js b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/DescriptionPlugin.js
index 1420fe8ea2e05a75d9fc909c1764953a8352876f..5e3c18c1eab65858d69887d407b9269e95819a00 100644
--- a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/DescriptionPlugin.js
+++ b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/DescriptionPlugin.js
@@ -15,7 +15,7 @@
  * Descriptionbox plugin for the t3editor-codecompletion which displays the datatype
  * and the desciption for each property displayed in the completionbox
  **/
-define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/DescriptionPlugin', [
+define([
 	'jquery',
 	'TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsRef',
 	'TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsParser'
@@ -113,4 +113,4 @@ define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/DescriptionPlugin', [
 	};
 
 	return DescriptionPlugin;
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsCodeCompletion.js b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsCodeCompletion.js
index 25820a0c25295f8204139c20848c2cded5866506..24ffb8a56a51cef55c17319488adf86d83dab7b6 100644
--- a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsCodeCompletion.js
+++ b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsCodeCompletion.js
@@ -14,7 +14,7 @@
 /**
  * Contains the TsCodeCompletion class
  */
-define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsCodeCompletion', [
+define([
 	'jquery',
 	'TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsRef',
 	'TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsParser',
@@ -608,4 +608,4 @@ define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsCodeCompletion', [
 	});
 
 	return TsCodeCompletion;
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsParser.js b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsParser.js
index b8c1c4a1810fdd3878784c265cd0ab17cceb7aec..b66803d97a3f1879813b2b115dc93be5372309ef 100644
--- a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsParser.js
+++ b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsParser.js
@@ -14,7 +14,7 @@
 /**
  * Contains the TsCodeCompletion class
  */
-define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsParser', [
+define([
 	'jquery', 'TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsRef'
 ], function ($) {
 	var TsParser = {
@@ -499,4 +499,4 @@ define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsParser', [
 	};
 
 	return TsParser;
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsRef.js b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsRef.js
index 5b7514ed5f69a393659b47bd853a805b7cf6e05d..2801bbf3b700a5361e6906beb6c8f76c4846568b 100644
--- a/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsRef.js
+++ b/typo3/sysext/t3editor/Resources/Public/JavaScript/Plugins/CodeCompletion/TsRef.js
@@ -14,7 +14,7 @@
 /**
  * Contains the TsCodeCompletion class
  */
-define('TYPO3/CMS/T3editor/Plugins/CodeCompletion/TsRef', ['jquery'], function ($) {
+define(['jquery'], function ($) {
 	var TsRef = {
 		typeId: null,
 		properties: null,
diff --git a/typo3/sysext/t3editor/Resources/Public/JavaScript/T3editor.js b/typo3/sysext/t3editor/Resources/Public/JavaScript/T3editor.js
index fa3e1231b89f6f94e1d9955f0f7ee95e278dbd2d..cd859799f790202d849e270a5fbbf9e6f94dd998 100644
--- a/typo3/sysext/t3editor/Resources/Public/JavaScript/T3editor.js
+++ b/typo3/sysext/t3editor/Resources/Public/JavaScript/T3editor.js
@@ -11,7 +11,7 @@
  * The TYPO3 project - inspiring people to share!
  */
 
-define('TYPO3/CMS/T3editor/T3editor', ['jquery', 'TYPO3/CMS/Backend/SplitButtons'], function ($, SplitButtons) {
+define(['jquery', 'TYPO3/CMS/Backend/SplitButtons'], function ($, SplitButtons) {
 
 	var T3editor = {
 		instances: {}
diff --git a/typo3/sysext/taskcenter/Resources/Public/JavaScript/Taskcenter.js b/typo3/sysext/taskcenter/Resources/Public/JavaScript/Taskcenter.js
index aeb54c8f99f63768696fb5d8c3cf9596c2104d9d..6665e693b3febe50a0e7b44256d6620249b91e4e 100644
--- a/typo3/sysext/taskcenter/Resources/Public/JavaScript/Taskcenter.js
+++ b/typo3/sysext/taskcenter/Resources/Public/JavaScript/Taskcenter.js
@@ -11,7 +11,7 @@
  * The TYPO3 project - inspiring people to share!
  */
 
-define('TYPO3/CMS/Taskcenter/Taskcenter', ['jquery', 'jquery-ui/sortable'], function($) {
+define(['jquery', 'jquery-ui/sortable'], function($) {
 
 	var Taskcenter = {};
 
diff --git a/typo3/sysext/tstemplate/Resources/Public/JavaScript/ConstantEditor.js b/typo3/sysext/tstemplate/Resources/Public/JavaScript/ConstantEditor.js
index e60dca3685905f7f222b5a8353a7dde7a9fb06c8..8542373a86e75d606e02342b8828ba1d8cee7e0d 100644
--- a/typo3/sysext/tstemplate/Resources/Public/JavaScript/ConstantEditor.js
+++ b/typo3/sysext/tstemplate/Resources/Public/JavaScript/ConstantEditor.js
@@ -15,7 +15,7 @@
  * Various functions related to the Constant Editor
  * e.g. updating the field and working with colors
  */
-define('TYPO3/CMS/Tstemplate/ConstantEditor', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var ConstantEditor = {
 		options: {
@@ -93,4 +93,4 @@ define('TYPO3/CMS/Tstemplate/ConstantEditor', ['jquery'], function($) {
 		});
 		return ConstantEditor;
 	}();
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/tstemplate/Resources/Public/JavaScript/TypoScriptObjectBrowser.js b/typo3/sysext/tstemplate/Resources/Public/JavaScript/TypoScriptObjectBrowser.js
index 497b1591ad52b90c7ce17b94cadd17c8126b06ea..2acd62e447cd779353b024ac534f695f18e745dc 100644
--- a/typo3/sysext/tstemplate/Resources/Public/JavaScript/TypoScriptObjectBrowser.js
+++ b/typo3/sysext/tstemplate/Resources/Public/JavaScript/TypoScriptObjectBrowser.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript for TypoScript Object Browser
  */
-define('TYPO3/CMS/Tstemplate/TypoScriptObjectBrowser', ['jquery', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
+define(['jquery', 'TYPO3/CMS/Backend/jquery.clearable'], function($) {
 
 	var $searchFields = $('input[name="search_field"]');
 	var searchResultShown = ('' !== $searchFields.first().val());
@@ -28,4 +28,4 @@ define('TYPO3/CMS/Tstemplate/TypoScriptObjectBrowser', ['jquery', 'TYPO3/CMS/Bac
 		}
 	});
 
-});
\ No newline at end of file
+});
diff --git a/typo3/sysext/wizard_crpages/Resources/Public/JavaScript/WizardCreatePages.js b/typo3/sysext/wizard_crpages/Resources/Public/JavaScript/WizardCreatePages.js
index 760d766b4cced52fedc04e3a869f552a61b7fef0..eb0c7c21930c37fa02449a93006f665ca9d54a4e 100644
--- a/typo3/sysext/wizard_crpages/Resources/Public/JavaScript/WizardCreatePages.js
+++ b/typo3/sysext/wizard_crpages/Resources/Public/JavaScript/WizardCreatePages.js
@@ -14,7 +14,7 @@
 /**
  * JavaScript functions for creating multiple pages
  */
-define('TYPO3/CMS/WizardCrpages/WizardCreatePages', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var WizardCreatePages = {
 		lineCounter: 5,
diff --git a/typo3/sysext/workspaces/Resources/Public/JavaScript/Toolbar/WorkspacesMenu.js b/typo3/sysext/workspaces/Resources/Public/JavaScript/Toolbar/WorkspacesMenu.js
index 542c7bfe9c800a65941e64c3b856f99624c6aaa5..0cbdb3eaf39a5d04c3760b3898df6de5b62e1079 100644
--- a/typo3/sysext/workspaces/Resources/Public/JavaScript/Toolbar/WorkspacesMenu.js
+++ b/typo3/sysext/workspaces/Resources/Public/JavaScript/Toolbar/WorkspacesMenu.js
@@ -15,7 +15,7 @@
  * toolbar menu for the workspaces functionality to switch between the workspaces
  * and jump to the workspaces module
  */
-define('TYPO3/CMS/Workspaces/Toolbar/WorkspacesMenu', ['jquery'], function($) {
+define(['jquery'], function($) {
 
 	var WorkspacesMenu = {
 		options: {