Fix brokenness (from 3.0 merge in 947be813)

This commit is contained in:
Dan Stillman 2012-03-21 14:22:21 -04:00
parent 947be813ec
commit b298e7acbd

View File

@ -3533,6 +3533,7 @@ var ZoteroPane = new function()
var args = [url]; var args = [url];
proc.runw(false, args, args.length); proc.runw(false, args, args.length);
} }
}
function viewSelectedAttachment(event, noLocateOnMissing) function viewSelectedAttachment(event, noLocateOnMissing)