##// END OF EJS Templates
minor refactoring of TraceSource, code linting
minor refactoring of TraceSource, code linting

File last commit:

r50:7a4fac383b10 di-typescript
r53:5fd4258909e8 di-typescript
Show More
example.js
6 lines | 165 B | application/javascript | JavascriptLexer
define(["tape", "core/Uuid"], function(tape, Uuid) {
"use strict";
tape('uuid', function(t) {
t.notEqual(Uuid(),Uuid());
t.end();
});
});