Guest User

Untitled

a guest
Jul 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /**
  2. * Queries a Baz for items.
  3. * @param {number} groupNum Subgroup id to query.
  4. * @param {string|number|null} term An itemName,
  5. * or itemId, or null to search everything.
  6. */
  7. goog.Baz.prototype.query = function(groupNum, term) {
  8. ...
  9. };
Add Comment
Please, Sign In to add comment