Hello i getting this error when i click send button........Please tell me how can i do my version is 4.0.3 please some one help me urgent............thanks
Error: e-mail address(es) incorrect: function () { var copy = new Array(); for (var i = 0, tL = this.length; i < tL; i++) { copy[i] = this[i]; } return copy; }; function () /* :Array */{ var tmp = []; for(var i=0, tL=this.length; i=l) { if (this[c] && el>this[c][key]) l=c+1 else r=c-1 c=Math.max(0,Math.ceil((r+l)/2)) } else while (el!=this[c] && r>=l) { if (el>this[c]) l=c+1 else r=c-1 c=Math.max(0,Math.ceil((r+l)/2)); } return c }; function () { // prepare the array with special sorting method /** * Innersorting method for the heap sort * * @param {Number} low * @param {Number} up */ var sift = function (arr, low, up) { var c, tmp = arr[low]; while(true){ c = (low << 1) + 1; if( c > up ) break; if( c < up && arr[c+1] > arr[c] ) c++; if( tmp >= arr[c] ) break; arr[low] = arr[c]; // 1/2 (mini) swap )) low = c; } arr[low] = tmp; }, tmp, maximal = this.length - 1, i = maximal >> 1; while( i >= 0) sift(this, i--, maximal); i = maximal; while( i > 0 ){ // full swap tmp = this[0]; this[0] = this[i]; this[i] = tmp; sift(this,0,--i); } return this; }
|