Skip to content

Commit a565ef1

Browse files
committed
1 parent a359593 commit a565ef1

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Computer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2046,6 +2046,7 @@ const computeds = {
20462046
},
20472047

20482048
isLanguage(concept) {
2049+
if (!concept.get(PLDBKeywords.tags)) throw new Error(`${concept.get("id")} needs tags`) // todo: why isnt this throwing on check?
20492050
return isLanguage(concept.get(PLDBKeywords.tags).split(" ")[0])
20502051
},
20512052

concepts/javelin.scroll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
../code/conceptPage.scroll
2+
13
tags application spreadsheet
2-
tags spreadsheet application
34

45
id javelin
56
name Javelin

concepts/visicalc.scroll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
tags application spreadsheet
1+
../code/conceptPage.scroll
22
tags spreadsheet application
33

44
id visicalc
55
name VisiCalc
66
appeared 1979
77
creators Dan Bricklin and Bob Frankston
8-
98
website https://archive.org/details/Javelin3_5#
9+
1010
reference http://www.bricklin.com/history/saiidea.htm

0 commit comments

Comments
 (0)