This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/bin/node', | |
1 verbose cli '/usr/bin/npm', | |
1 verbose cli 'install', | |
1 verbose cli '--save-dev', | |
1 verbose cli 'ember-data' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
@private | |
@method _reuseChildren | |
*/ | |
_reuseChildren: function(){ | |
var contentLength, childViews, childViewsLength, | |
startingIndex, endingIndex, childView, attrs, | |
contentIndex, visibleEndingIndex, maxContentIndex, | |
contentIndexEnd, scrollTop, viewsNeededForViewport; |