Fix incorrect validator for command arguments

fixes #9436
This commit is contained in:
Gunnar Beutner 2015-06-18 08:14:34 +02:00
parent 1790f6899e
commit 57713374cc
1 changed files with 1 additions and 0 deletions

View File

@ -212,6 +212,7 @@
},
%attribute %dictionary "arguments" {
%attribute %string "*",
%attribute %function "*",
%attribute %dictionary "*" {
%attribute %string "key"
%attribute %string "value"