Merge branch 'devel' of dev.sourcefabric.org:airtime into devel

This commit is contained in:
James 2012-04-24 11:26:39 -04:00
commit a41f100545
3 changed files with 19 additions and 10 deletions

View file

@ -206,7 +206,6 @@ AIRTIME = (function(AIRTIME) {
}
});
/*
//check if the timeline viewed needs updating.
setInterval(function(){
var data = {},
@ -238,7 +237,7 @@ AIRTIME = (function(AIRTIME) {
} );
}, 5 * 1000); //need refresh in milliseconds
*/
};
mod.onResize = function() {