Authored by biao

remove the unused code in channel.js

@@ -95,12 +95,5 @@ $win.scroll(function() { @@ -95,12 +95,5 @@ $win.scroll(function() {
95 updateLayerPosition(); 95 updateLayerPosition();
96 }); 96 });
97 97
98 -$win.on('resize', function(){  
99 - console.log('resize');  
100 -});  
101 -  
102 -$win.on('scrollstop', function(){  
103 - console.log('stop');  
104 -});  
105 98
106 $doc.on('ready', updateLayerPosition); 99 $doc.on('ready', updateLayerPosition);