Skip to content

Commit

Permalink
rebuild for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Mar 30, 2015
1 parent 984a69d commit 7358b1f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
39 changes: 38 additions & 1 deletion dist/flocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@ if (typeof React === "undefined") {



// because of YUIdoc limitations, the extracted docs for the mixin are far
// below. search for the word "yuibama" to jump between these places.

Mixin = {

"contextTypes" : flocks2Ctxs,
Expand Down Expand Up @@ -537,7 +540,7 @@ if (typeof React === "undefined") {
* @type {String}
*/

"version" : "1.0.0",
"version" : "1.0.1",



Expand Down Expand Up @@ -685,6 +688,40 @@ if (typeof React === "undefined") {
* @class plumbing
*/

// grossest doc structure ever. thanks yuibama.

/**
* Describes the context types accepted or required by any given React
* component; mixin hook notes the need for <tt>flocks2context : object</tt>
* as an incoming context to pay attention to.
*
* @property contextTypes
*/

/**
* Describes the context types provided by the React component; mixin
* hook notes that this provides <tt>flocks2context : object</tt> to
* subordinate controls.
*
* @property childContextTypes
*/

/**
* Called when the control is about to mount; mixin hooks this event to
* add the flocks context <tt>this.fctx</tt>, the flocks updater
* <tt>this.fset</tt>, and other flocks methods to the control object.
*
* @event componentWillMount
*/

/**
* Called when the control is about to pass context to children; the
* plumbing mixin hooks this event to do the simple job of passing the
* flocks context data downwards.
*
* @event getChildContext
*/

"plumbing" : Mixin

};
Expand Down
2 changes: 1 addition & 1 deletion dist/flocks.min.js

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

2 changes: 1 addition & 1 deletion reports/sloc.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"loc":1462,"sloc":914,"cloc":33,"scloc":33,"mcloc":0,"nloc":515,"file":9}
{"loc":1499,"sloc":942,"cloc":36,"scloc":36,"mcloc":0,"nloc":521,"file":9}

0 comments on commit 7358b1f

Please sign in to comment.