yoake/webroot/lib/lib.js

4 lines
47 B
JavaScript
Raw Normal View History

2022-11-11 16:15:22 -06:00
function doNow(fn) {
fn();
return fn;
}