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

Commit

Permalink
* switch to 1.0
Browse files Browse the repository at this point in the history
* adding minified version
  • Loading branch information
aarongustafson committed Aug 11, 2010
1 parent 84dfb83 commit 41e10f1
Showing 4 changed files with 22 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
*v1.0* (2010-08-11)

* switch to 1.0
* fix to ARIA implementation
* adding minified version

--

*v0.4.4* (2009-07-17)

* made a few tweaks to the ARIA stuff
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
== TabInterface

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

== Current Version

0.4 (17 June 2007)
1.0 (11 August 2010)

== Requirements

9 changes: 9 additions & 0 deletions min/TabInterface.js

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

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

// Private Properties
var

0 comments on commit 41e10f1

Please sign in to comment.