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
Expand Up @@ -17,7 +17,7 @@


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


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

0 comments on commit 3657841

Please sign in to comment.