##// END OF EJS Templates
updated build script, added eslint
updated build script, added eslint

File last commit:

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