CC-4019: Library: When "Add content" is clicked, "Proccessing" image …
-fix small comment typo
This commit is contained in:
parent
c3e071490a
commit
0a0e873ef9
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue