From: Alexander Ebert Date: Fri, 22 May 2015 22:14:52 +0000 (+0200) Subject: Fixed typo in WoltLab/WCF/ObjectMap X-Git-Tag: 3.0.0_Beta_1~2341 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d575767fe3473149e2aa1dd7edc8b9079904208d;p=GitHub%2FWoltLab%2FWCF.git Fixed typo in WoltLab/WCF/ObjectMap --- diff --git a/wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js b/wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js index 345e66d016..08ec433aa3 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js @@ -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);