Renamed store directory to 'tiddlers'

This commit is contained in:
Jeremy Ruston 2012-05-04 17:48:29 +01:00
parent e6195e424c
commit 7b4708035f
33 changed files with 0 additions and 0 deletions

View file

@ -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
}