Skip to content

Commit

Permalink
remove <animateTransform>
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmcclorey committed Mar 9, 2023
1 parent f6187ea commit f11d872
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ var EasyTable = (function() {
'<path stroke="url(#spinner-firstHalf)" d="M 196 100 A 96 96 0 0 1 4 100" />',
'<path stroke="currentColor" stroke-linecap="round" d="M 4 100 A 96 96 0 0 1 4 98" />',
'</g>',
'<animateTransform from="0 0 0" to="360 0 0" attributeName="transform" type="rotate" repeatCount="indefinite" dur="1300ms" />',
'</svg>',
'</div>',
'</div>'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easytable.js",
"version": "1.1.2",
"version": "1.1.3",
"description": "Vanilla JS package to add simple pagination, sorting and filtering to HTML tables",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f11d872

Please sign in to comment.