commenting out console.log

This commit is contained in:
Sacha Greif 2013-03-20 09:25:26 +09:00
parent 7c34d428e1
commit 4c4e83e84d

View file

@ -69,6 +69,11 @@ Template.post_item.rendered = function(){
for(var i=1; i<=rank; i++){ for(var i=1; i<=rank; i++){
newPosition += $('.post-'+i).height(); newPosition += $('.post-'+i).height();
} }
// console.log('-------------------')
// console.log('post: '+instance.data.headline)
// console.log('rank: '+rank)
// console.log('newPosition: '+newPosition)
// console.log(instance)
// if element has a currentPosition (i.e. it's not the first ever render) // if element has a currentPosition (i.e. it's not the first ever render)
if(previousPosition = instance.currentPosition){ if(previousPosition = instance.currentPosition){