view canvas3d/demo1/main.js @ 0:b67b790dcf4f

upload All File
author e085711@nobuyasuoshiro.local
date Mon, 24 May 2010 21:38:02 +0900
parents
children
line wrap: on
line source

// make sure website is not running in a frame:
try{
    if (top!=window)
    {
        //top.location.replace(location.href)
    }
}
catch(ignore){}