version
This commit is contained in:
parent
9cfcb3e2de
commit
143e0c95e9
|
@ -1,5 +1,7 @@
|
|||
var punches, punchList, listLength, object;
|
||||
|
||||
console.log(version);
|
||||
|
||||
function isItArray(object) {
|
||||
console.log(`is ${object} Array = ${Array.isArray(object)}`);
|
||||
// return Array.isArray(object);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
var version = "0.5.143",
|
||||
var version = "0.5.148",
|
||||
debug = false,
|
||||
jsonUrl = 'https://api.myjson.com/bins/dyaht',
|
||||
showDone = false,
|
||||
|
|
Loading…
Reference in New Issue