mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-06-16 17:55:15 +00:00
Fix to ScriptableQNameMap (used in JavaScript API) to support the getIds() method
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6016 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
parent
06e84d5690
commit
04e4f0d286
@ -157,7 +157,7 @@ public class ScriptableQNameMap<K,V> extends QNameMap<K,V> implements Scriptable
|
|||||||
*/
|
*/
|
||||||
public Object[] getIds()
|
public Object[] getIds()
|
||||||
{
|
{
|
||||||
return null;
|
return keySet().toArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user