Jump to content
McKay Development

Awaiting the inspectItem method callback


Acorn Eyes

Recommended Posts

If it's empty then you're probably sending the request too quickly.

I figured, I'm just  wondering why the callback only handles if there is one.

if (callback) {
	this.once('inspectItemInfo#' + assetid, callback);
}

I would have expected a failed response if there isn't one. 

callback ? this.once('inspectItemInfo#' + assetid, callback) : return Null

something like that.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...