Adds an app skeleton. Still needs some work.

This commit is contained in:
Jason Miller
2018-03-12 23:03:31 -04:00
parent 619080f85a
commit e691ec9580
28 changed files with 1826 additions and 917 deletions

View File

@@ -13,6 +13,6 @@ if (typeof window!=='undefined') {
e.preventDefault();
return false;
}
} while (target = target.parentNode);
} while ((target = target.parentNode));
});
}