##// END OF EJS Templates
Added tag v1.4.0-rc5 for changeset f3f5c56d3b3e
Added tag v1.4.0-rc5 for changeset f3f5c56d3b3e

File last commit:

r91:36a42b1ae292 ts-plugin
r147:2c6e9b70b3bb default
Show More
example.js
6 lines | 163 B | application/javascript | JavascriptLexer
define(["tape", "../Uuid"], function(tape, Uuid) {
"use strict";
tape('uuid', function(t) {
t.notEqual(Uuid(),Uuid());
t.end();
});
});