mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Add a function for processing keyed syntax elements.
This commit is contained in:
parent
9aa2261b7d
commit
81cfdb5020
@ -54,6 +54,12 @@
|
||||
syntax(array[index]);
|
||||
}
|
||||
}
|
||||
|
||||
function keyed(object) {
|
||||
for (key in object) {
|
||||
syntax(object[key]);
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user