File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2046,6 +2046,7 @@ const computeds = {
2046
2046
} ,
2047
2047
2048
2048
isLanguage ( concept ) {
2049
+ if ( ! concept . get ( PLDBKeywords . tags ) ) throw new Error ( `${ concept . get ( "id" ) } needs tags` ) // todo: why isnt this throwing on check?
2049
2050
return isLanguage ( concept . get ( PLDBKeywords . tags ) . split ( " " ) [ 0 ] )
2050
2051
} ,
2051
2052
Original file line number Diff line number Diff line change
1
+ ../code/conceptPage.scroll
2
+
1
3
tags application spreadsheet
2
- tags spreadsheet application
3
4
4
5
id javelin
5
6
name Javelin
Original file line number Diff line number Diff line change 1
- tags application spreadsheet
1
+ ../code/conceptPage.scroll
2
2
tags spreadsheet application
3
3
4
4
id visicalc
5
5
name VisiCalc
6
6
appeared 1979
7
7
creators Dan Bricklin and Bob Frankston
8
-
9
8
website https://archive.org/details/Javelin3_5#
9
+
10
10
reference http://www.bricklin.com/history/saiidea.htm
You can’t perform that action at this time.
0 commit comments