Merge remote-tracking branch 'origin/master' into Astro

This commit is contained in:
斟酌 鵬兄 2016-02-07 05:44:15 +08:00
commit ebaceb86b9

View File

@ -32,10 +32,12 @@
if ( no && code == 27 )
{
e.preventDefault();
_no.click();
}
else if( code == 13 && ( e.ctrlKey || e.altKey ) )
{
e.preventDefault();
_yes.click();
}
}