Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Updated dist
Browse files Browse the repository at this point in the history
  • Loading branch information
IjzerenHein committed Jul 31, 2015
1 parent a6b57e8 commit 6809ae1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion dist/autolayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright Gloey Apps, 2015
*
* @library autolayout.js
* @version 0.5.0
* @version 0.5.1
*/
/**
* Parts Copyright (C) 2011-2012, Alex Russell ([email protected])
Expand Down Expand Up @@ -3736,6 +3736,7 @@ function _processCascade(context, cascade, parentItem) {
var subView = undefined;
if (stackView) {
cascade.push({ view: stackView });
curViews.push(stackView);
}
for (var i = 0; i < cascade.length; i++) {
var item = cascade[i];
Expand Down
3 changes: 2 additions & 1 deletion dist/autolayout.kiwi.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @copyright Gloey Apps, 2015
*
* @library autolayout.js
* @version 0.5.0
* @version 0.5.1
*/
/*-----------------------------------------------------------------------------
| Kiwi (TypeScript version)
Expand Down Expand Up @@ -3738,6 +3738,7 @@ function _processCascade(context, cascade, parentItem) {
var subView = undefined;
if (stackView) {
cascade.push({ view: stackView });
curViews.push(stackView);
}
for (var i = 0; i < cascade.length; i++) {
var item = cascade[i];
Expand Down
6 changes: 3 additions & 3 deletions dist/autolayout.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/autolayout.min.map

Large diffs are not rendered by default.

0 comments on commit 6809ae1

Please sign in to comment.