autoroute.js
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -43,3 +43,2 @@ import Touch from 'hammerjs' | ||
function render () { | ||
if (this.html != '') { | ||
@@ -77,3 +76,2 @@ this.innerHTML = this.html | ||
}) | ||
} | ||
@@ -97,3 +95,3 @@ | ||
!e ? fn(form) : console.log('Your form inputs are generating some error.') | ||
!e ? fn(form) : console.log('Your form inputs are generating some errors.') | ||
@@ -170,3 +168,2 @@ }) | ||
// Style | ||
var r = window.innerHeight - 20 | ||
@@ -173,0 +170,0 @@ el('header', e => r -= e.offsetHeight) |
{ | ||
"name": "autoroute.js", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Another lightweight javascript routing framework ", | ||
@@ -5,0 +5,0 @@ "main": "autoroute.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6979
228