js-mvc-framework
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -9,7 +9,7 @@ import objectAssign from './assign/index.js' | ||
console.log('DET Object Ventilation') | ||
// objectAssign() | ||
objectAssign() | ||
objectDefineProperties() | ||
objectDefineProperty() | ||
// objectFreeze() | ||
// objectSeal() | ||
objectFreeze() | ||
objectSeal() | ||
} |
@@ -5,7 +5,7 @@ import DETObjectInstantiation from './DETObjectInstantiation/index.js' | ||
function DOMContentLoaded() { | ||
// DETObjectInstantiation() | ||
DETObjectInstantiation() | ||
DETObjectVentilation() | ||
// DETArrayVentilation() | ||
DETArrayVentilation() | ||
} | ||
document.addEventListener('DOMContentLoaded', DOMContentLoaded) |
{ | ||
"name": "js-mvc-framework", | ||
"author": "Thomas Patrick Welborn", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"type": "module", | ||
@@ -17,3 +17,3 @@ "main": "./development/index.js", | ||
"license": "ISC", | ||
"description": "Early bird gets the wormhole. " | ||
"description": "MVC Framework is a Javascript implementation of the Presentation-Abstraction-Control (PAC) Pattern" | ||
} |
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
1294690