mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
13 lines
132 B
JavaScript
13 lines
132 B
JavaScript
|
/*\
|
||
|
title: monkeys/a.js
|
||
|
type: application/javascript
|
||
|
module-type: library
|
||
|
|
||
|
Monkeys test A
|
||
|
|
||
|
\*/
|
||
|
|
||
|
require('./program').monkey = 10;
|
||
|
|
||
|
|