##// END OF EJS Templates
Added tag v1.2.0-rc for changeset 43a2828f8abe
Added tag v1.2.0-rc for changeset 43a2828f8abe

File last commit:

r50:7a4fac383b10 di-typescript
r52:4428a3305955 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();
});
});