Fixed annoying crash when SpiderMonkey's GC ran.

Minor tooltip updates.

This was SVN commit r1542.
This commit is contained in:
Ykkrosh
2004-12-21 18:41:58 +00:00
parent 16e5b8f94b
commit 28c7a682b8
8 changed files with 49 additions and 26 deletions
-5
View File
@@ -83,11 +83,6 @@ ScriptingHost::~ScriptingHost()
JS_ShutDown();
}
JSContext* ScriptingHost::getContext()
{
return( m_Context );
}
void ScriptingHost::LoadScriptFromDisk(const std::string & fileName)
{
const char* fn = fileName.c_str();