Merge branch 'release-1.28'

This commit is contained in:
Isaac Connor 2014-10-20 15:33:06 -04:00
commit 38ec44f04e
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,6 @@ function checkSize() {
}
}
window.addEvent( 'domready', checkSize);
// Deprecated
function newWindow( url, name, width, height )
{
@ -308,3 +306,5 @@ if ( focusWindow )
{
windowToFront();
}
window.addEvent( 'domready', checkSize);