Merge branch '2.1.x' of dev.sourcefabric.org:airtime into 2.1.x

This commit is contained in:
Martin Konecny 2012-06-08 12:07:07 -04:00
commit e1dec544ad
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ var AIRTIME = (function(AIRTIME){
iRange = iEnd - iStart;
if (iRange === 0 || iEnd < iStart) {
if (iEnd < iStart) {
iEnd = iStart + DEFAULT_RANGE;
iRange = DEFAULT_RANGE;
}
@ -110,4 +110,4 @@ var AIRTIME = (function(AIRTIME){
return AIRTIME;
}(AIRTIME || {}));
}(AIRTIME || {}));