mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-31 22:33:23 -08:00
Part two of turning the rabbit hole inside out
This commit is contained in:
parent
ee6d7b5cc5
commit
9465da4335
128 changed files with 0 additions and 0 deletions
|
|
@ -1,13 +0,0 @@
|
|||
title: SampleJavaScriptWithError
|
||||
type: application/javascript
|
||||
|
||||
/*
|
||||
This is an example JavaScript file
|
||||
*/
|
||||
function myFunction(param) {
|
||||
if(=) { // An error
|
||||
param = param/17;
|
||||
}
|
||||
return param * Math.PI; // Perform a calculation
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue