From 7412629a6db39c498f2e2f9f06a3a8dd74815c5f Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 30 Jul 2013 10:19:14 +0200 Subject: [PATCH] Fixes typo --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 2fa998a668..ef2a14de27 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1142,7 +1142,7 @@ WCF.Clipboard = { for (var $typeName in data.markedItems) { if (!this._markedObjectIDs[$typeName]) { - this._markedObjectIDs[$typeName] = { }; + this._markedObjectIDs[$typeName] = [ ]; } var $objectData = data.markedItems[$typeName]; -- 2.20.1