##// END OF EJS Templates
Added tag v1.2.16 for changeset 600f0201c4ba
Added tag v1.2.16 for changeset 600f0201c4ba

File last commit:

r59:ba3ff79c2832 default
r72:3b62f13a3065 default
Show More
example.js
6 lines | 165 B | application/javascript | JavascriptLexer
cin
working on support commonjs modules format
r59 define(["tape", "core/Uuid"], function(tape, Uuid) {
"use strict";
tape('uuid', function(t) {
t.notEqual(Uuid(),Uuid());
t.end();
});
});