Content deleted Content added
Remove periods in book abbreviations |
m Remove completed TODO item and convert assert(false) statements into straight-up error calls |
||
Line 3:
-- TODO:
-- Take out the assert/error statements and handle errors more gracefully?
--[[
Line 200 ⟶ 199:
-- At this point we've searched, without regard to case, creed, or color,
-- for the alleged book of scripture they provided, but it ain't here!
return ""
end --function getFullBookName(bookParam)
Line 222 ⟶ 221:
end
end
Line 275 ⟶ 274:
return "[https://www.churchofjesuschrist.org/study/scriptures/dc-testament/od/2?lang=eng " .. displayTextParam .. " 2]"
else
end
end
Line 347 ⟶ 346:
end
end
|