CC-4019: Library: When "Add content" is clicked, "Proccessing" image …

-fix small comment typo
This commit is contained in:
Martin Konecny 2012-06-27 11:50:31 -04:00
parent c3e071490a
commit 0a0e873ef9
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ var AIRTIME = (function(AIRTIME){
if (temp.length > 0) {
aData = temp.data("aData");
// max time interval
// setTimeout allow only up to 2^21 millisecs timeout value
// setTimeout allows only up to (2^31)-1 millisecs timeout value
maxRefreshInterval = Math.pow(2, 31) - 1;
refreshInterval = aData.refresh * 1000;
if(refreshInterval > maxRefreshInterval){