fix subwindow eventhandler releasing on pagenav for PMs

This commit is contained in:
Paul Frazee
2015-09-29 11:03:32 -05:00
parent 9a75883846
commit 9b6fac6a6b
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,8 @@ var markdown = require('../markdown')
var mentionslib = require('../mentions')
var social = require('../social-graph')
module.exports = function (opts) {
module.exports = function (opts, h2) {
h = h2 || h
var recipients = []
var placeholder = (opts && opts.placeholder) ? opts.placeholder : ''