mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 06:41:18 -08:00
Renamed store directory to 'tiddlers'
This commit is contained in:
parent
e6195e424c
commit
7b4708035f
33 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