##// END OF EJS Templates
spelling fixes
spelling fixes

File last commit:

r7:d958f4439e52 default
r19:9d394c2adc2b propose cancellat...
Show More
example.js
6 lines | 165 B | application/javascript | JavascriptLexer
cin
added test samples and test runner
r7 define(["tape", "core/Uuid"], function(tape, Uuid) {
"use strict";
tape('uuid', function(t) {
t.notEqual(Uuid(),Uuid());
t.end();
});
});