expose content via aRawReps for the benefit of other plugins. (regression fix)
--HG-- branch : gloda-facet
This commit is contained in:
Родитель
c09e9852e1
Коммит
817256662c
|
@ -657,11 +657,14 @@ var GlodaFundAttr = {
|
||||||
|
|
||||||
// Content
|
// Content
|
||||||
if (aRawReps.bodyLines) {
|
if (aRawReps.bodyLines) {
|
||||||
aGlodaMessage._content = new GlodaContent();
|
aGlodaMessage._content = aRawReps.content = new GlodaContent();
|
||||||
if (this.contentWhittle({}, aRawReps.bodyLines, aGlodaMessage._content)) {
|
if (this.contentWhittle({}, aRawReps.bodyLines, aGlodaMessage._content)) {
|
||||||
// we were going to do something here?
|
// we were going to do something here?
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
aRawReps.content = null;
|
||||||
|
}
|
||||||
|
|
||||||
yield Gloda.kWorkDone;
|
yield Gloda.kWorkDone;
|
||||||
},
|
},
|
||||||
|
|
Загрузка…
Ссылка в новой задаче