865
edits
(→API) |
|||
| Line 40: | Line 40: | ||
example: | example: | ||
<pre>bugzillaRPC. | <pre>bugzillaRPC.getBugs([8117, 2344], | ||
function(bugs) {alert(bugs[0].summary);}, | function(bugs) {alert(bugs[0].summary);}, | ||
function(errMsg) {alert(errMsg)});</pre> | function(errMsg) {alert(errMsg)});</pre> | ||
edits