Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 41e10f1

Browse files
* switch to 1.0
* adding minified version
1 parent 84dfb83 commit 41e10f1

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
*v1.0* (2010-08-11)
2+
3+
* switch to 1.0
4+
* fix to ARIA implementation
5+
* adding minified version
6+
7+
--
8+
19
*v0.4.4* (2009-07-17)
210

311
* made a few tweaks to the ARIA stuff

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
== TabInterface
22

3-
TabInterface generates all of the code necessary to create a tabbed interface in JavaScript.
3+
TabInterface generates all of the code necessary to create an accessible tabbed interface in JavaScript.
44

55
== Current Version
66

7-
0.4 (17 June 2007)
7+
1.0 (11 August 2010)
88

99
== Requirements
1010

min/TabInterface.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/TabInterface.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
Function: TabInterface()
33
Author: Aaron Gustafson (aaron at easy-designs dot net)
44
Creation Date: 7 December 2006
5-
Version: 0.4.5
6-
Homepage: http://github.com/easy-designs/tabinterface.js
5+
Version: 1.0
6+
Homepage: http://github.com/easy-designs/TabInterface.js
77
License: MIT License (see MIT-LICENSE)
8-
Note: If you change or improve on this script, please let us know by
9-
emailing the author (above) with a link to your demo page.
108
------------------------------------------------------------------------------*/
119
function TabInterface( _cabinet, _i ){
1210
// Public Properties
13-
this.Version = '0.4.5'; // version
11+
this.Version = '1.0'; // version
1412

1513
// Private Properties
1614
var

0 commit comments

Comments
 (0)