Fixing typo with wrong number of parenthesis.
This commit is contained in:
parent
72098ee5b9
commit
3cb08d4d2c
@ -77,7 +77,7 @@ BreaPage >> exportAsHTML [
|
|||||||
self shortName ifNil: [ ^ self ].
|
self shortName ifNil: [ ^ self ].
|
||||||
self template ifNil: [ ^ self ].
|
self template ifNil: [ ^ self ].
|
||||||
actionsArray := { [ self populateMetadata ] future. }.
|
actionsArray := { [ self populateMetadata ] future. }.
|
||||||
self splitters ifNotEmpty: [ actionsArray := actionsArray copyWith: [ [ self split ] future ] ].
|
self splitters ifNotEmpty: [ actionsArray := actionsArray copyWith: [ self split ] future ].
|
||||||
self bodyTag ifNotNil: [
|
self bodyTag ifNotNil: [
|
||||||
actionsArray := actionsArray copyWith: [ self populateBodyAs: self bodyTag ] future ].
|
actionsArray := actionsArray copyWith: [ self populateBodyAs: self bodyTag ] future ].
|
||||||
allActions := TKTFuture all: actionsArray.
|
allActions := TKTFuture all: actionsArray.
|
||||||
|
Loading…
Reference in New Issue
Block a user