nmbug.js: Fill in the tag-fetching portion of nmbug.show
authorW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 21:17:55 +0000 (14:17 -0700)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Sep 2014 23:51:20 +0000 (16:51 -0700)
commit540b3e0484f22955636ec9bbb0f6daac0456d3cb
tree85d0981d92103f3ad121fd58e72f8a3828e16630
parentaa5e782a237da554e74ae0a15b713837d7112a27
nmbug.js: Fill in the tag-fetching portion of nmbug.show

Ask nmhive for the tags associated with the given Message-ID.

I've also used bind [1] so that the nmbug.show callback get's called
with this pointing to the nmbug object.

[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind
nmbug.js