From d575767fe3473149e2aa1dd7edc8b9079904208d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 23 May 2015 00:14:52 +0200 Subject: [PATCH] Fixed typo in WoltLab/WCF/ObjectMap --- wcfsetup/install/files/js/WoltLab/WCF/ObjectMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1