Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen committed Mar 30, 2016
1 parent e02684f commit c630976
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tablesort",
"description": "A sorting component for HTML tables",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "tablesort.min.js",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tablesort",
"description": "A sorting component for HTML tables",
"version": "4.0.0",
"version": "4.0.1",
"author": "tristen",
"ender": "./ender.js",
"main": "./src/tablesort.js",
Expand Down
2 changes: 1 addition & 1 deletion tablesort.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset=utf-8 />
<title></title>
</head>
<link href='../demo/style.css' rel='stylesheet'>
<body>

<table id='sort'>
Expand Down Expand Up @@ -135,7 +136,7 @@

<table id="sort-multi">
<thead>
<tr><th></th></tr>
<tr><th>Multi</th></tr>
</thead>
<tbody>
<tr><td>2</td></tr>
Expand Down

0 comments on commit c630976

Please sign in to comment.