closes #1818, Include styleID on io.wrappedJSObject within addCitationDialog.js

This commit is contained in:
Simon Kornblith 2011-05-31 01:00:51 +00:00
parent 13f793e636
commit 55d3f8c47c

View file

@ -1996,6 +1996,8 @@ Zotero.Integration.Session.prototype.editCitation = function(index, noteIndex, c
// determine whether citation is sortable in current style
io.sortable = this.style.opt.sort_citations;
// citeproc-js style object for use of third-party extension
io.style = this.style;
this._displayDialog('chrome://zotero/content/integration/addCitationDialog.xul', 'resizable', io);