| I do not understand exactly. You've removed only array keys
from my menu definition, but nothing else have changed.
Just for explanation, Javascript allows you to define
associative arrays similar to this:
{'items': 123, 'url': <http://www.abcx.com>, ...}
String 'url' is just name of array key.
| |