##// END OF EJS Templates
Added tag v1.3.0 for changeset 025f02eff3b2
Added tag v1.3.0 for changeset 025f02eff3b2

File last commit:

r59:ba3ff79c2832 default
r83:a5aa5facc5d4 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();
});
});