Skip to content

Commit

Permalink
lightened up on the omg-its-alpha verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
jvinet committed Sep 1, 2010
1 parent e88a684 commit 3657841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

(function(){
Jive.history = {
// Array of {controller, action, request_object}
// Array of {controller, action, request_object, state}
history: [],

// current index into history buffer
Expand Down
6 changes: 2 additions & 4 deletions src/jive.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* Jive: A JavaScript client-side MVC Framework.
*
* This is in a very-alpha stage and is riddled with bugs. It is also
* falsely-advertised, as there is no M in this MVC. Eventually, it will
* have a very thin M layer that basically talks to APIs to push/pull
* data.
* Jive is beta software. It's in use in some production environments,
* but it is not battle-tested. Use Jive at your own risk.
*
* @version 0.4
* @author Judd Vinet <jvinet@zeroflux.org>
Expand Down

0 comments on commit 3657841

Please sign in to comment.