Missing commit

This commit is contained in:
斟酌 鵬兄 2016-04-05 06:56:02 +08:00
parent 3ed8135791
commit 6af0c542ab
1 changed files with 5 additions and 3 deletions

View File

@ -33,6 +33,7 @@
{
return function( e )
{
sender.__active = true;
e = e || window.event;
if ( e.keyCode ) code = e.keyCode;
else if ( e.which ) code = e.which;
@ -124,7 +125,7 @@
else
{
var t = "";
i -= 3;
-- i;
for( var k = 0; k < i; k ++ ) t += ".";
area.value = t;
@ -144,7 +145,7 @@
var testHeight = function() {
area.value += m();
l ++;
++ l;
if( oHeight == area.scrollHeight )
{
@ -228,7 +229,8 @@
} );
cfeeder.dispatcher.addEventListener( "VisualUpdate", Update );
Update();
element.value = "Please wait ...";
Cycle.delay( Update, 70 );
this.__visualUpdate = Update;