Explicitly define empty dependencies for define()
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 18 May 2015 23:56:52 +0000 (01:56 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 18 May 2015 23:56:52 +0000 (01:56 +0200)
wcfsetup/install/files/js/WoltLab/WCF/Controller/Notice/Dismiss.js
wcfsetup/install/files/js/WoltLab/WCF/DOM/Util.js
wcfsetup/install/files/js/WoltLab/WCF/Dictionary.js

index 43a5648f2544e71962a8809a04c44c5ae54695f6..7df379022ff0d6a84750cce86718715d43218f45 100644 (file)
@@ -6,7 +6,7 @@
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module     WoltLab/WCF/Controller/Notice/Dismiss
  */
-define(function() {
+define([], function() {
        "use strict";
        
        /**
index e52e90440ed6bde0b3b83234ffefec7faa8b075b..596f88370f7eaf07ef17d6a50fef6fdc00c13e3d 100644 (file)
@@ -6,7 +6,7 @@
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module     WoltLab/WCF/DOM/Util
  */
-define(function() {
+define([], function() {
        "use strict";
        
        var _matchesSelectorFunction = '';
index 3998242a02129a98c84813e9d6f4e792ecdaac99..277adbb8cf0fd733c26058412a6b65d208686639 100644 (file)
@@ -6,7 +6,7 @@
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @module     WoltLab/WCF/Dictionary
  */
-define(function() {
+define([], function() {
        "use strict";
        
        var _hasMap = window.hasOwnProperty('Map');