Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
breck7 committed Sep 17, 2024
1 parent a359593 commit a565ef1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Computer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,7 @@ const computeds = {
},

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

Expand Down
3 changes: 2 additions & 1 deletion concepts/javelin.scroll
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
../code/conceptPage.scroll

tags application spreadsheet
tags spreadsheet application

id javelin
name Javelin
Expand Down
4 changes: 2 additions & 2 deletions concepts/visicalc.scroll
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
tags application spreadsheet
../code/conceptPage.scroll
tags spreadsheet application

id visicalc
name VisiCalc
appeared 1979
creators Dan Bricklin and Bob Frankston

website https://archive.org/details/Javelin3_5#

reference http://www.bricklin.com/history/saiidea.htm

0 comments on commit a565ef1

Please sign in to comment.