Skip to content
Snippets Groups Projects
Commit ee32a846 authored by Commander-lol's avatar Commander-lol
Browse files

Added apiversion for persisted element comparison

parent 4f558235
No related branches found
No related tags found
No related merge requests found
{
"name": "tinyDOM",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/Commander-lol/tinyDOM",
"moduleType": [
"globals"
......
{
"name": "tinydom",
"version": "1.0.1",
"version": "1.0.3",
"description": "A simple DOM batch manipulation library",
"main": "dist/tinydom.js",
"directories": {
......
......@@ -42,6 +42,8 @@ TinyDOMFunction = function (selector) {
this.length = 1;
}
this.apiversion = "1";
return this;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment