Fixed typo in WoltLab/WCF/ObjectMap
authorAlexander Ebert <ebert@woltlab.com>
Fri, 22 May 2015 22:14:52 +0000 (00:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 22 May 2015 22:14:52 +0000 (00:14 +0200)
wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js

index 345e66d016f1fe19e981d0d0cb7412290d8ebdae..08ec433aa34414e82189aea162046feebfa46f42 100644 (file)
@@ -51,7 +51,7 @@ define([], function() {
                         */
                        'delete': function(key) {
                                if (_hasMap) {
-                                       this._map.['delete'](_key);
+                                       this._map['delete'](_key);
                                }
                                else {
                                        var index = this._map.key.indexOf(key);