@jeefo/jqlite
Advanced tools
Comparing version 0.0.6 to 0.0.7
/* -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. | ||
* File Name : event_methods.js | ||
* Created at : 2017-08-03 | ||
* Updated at : 2020-06-25 | ||
* Updated at : 2022-09-02 | ||
* Author : jeefo | ||
@@ -116,2 +116,3 @@ * Purpose : | ||
} | ||
Object.defineProperty(event, "target", {value: this.DOM_element}); | ||
return this.DOM_element.dispatchEvent(event); | ||
@@ -122,2 +123,2 @@ } | ||
}; | ||
}; |
{ | ||
"name": "@jeefo/jqlite", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"homepage": "https://github.com/je3f0o/jeefo_jqlite", | ||
@@ -5,0 +5,0 @@ "copyright": "2018", |
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
22142