##// END OF EJS Templates
fixed bug in applying a lifetime while processing the json configuration...
fixed bug in applying a lifetime while processing the json configuration fixed template-compile

File last commit:

r91:36a42b1ae292 ts-plugin
r152:8bee6a6d5f46 v1.4.0-rc10 default
Show More
example.js
6 lines | 163 B | application/javascript | JavascriptLexer
cin
Amd tests are passed
r91 define(["tape", "../Uuid"], function(tape, Uuid) {
"use strict";
tape('uuid', function(t) {
t.notEqual(Uuid(),Uuid());
t.end();
});
});