Skip to end of metadata
Go to start of metadata

FB::JSAPIImpl::JSAPIImpl ( void   ) 

Default constructor.

Definition at line 26 of file JSAPIImpl.cpp.

References registerEvent().

00026                          : m_valid(true)
00027 {
00028     m_zoneStack.push_back(SecurityScope_Public);
00029     registerEvent("onload");
00030 }

Here is the call graph for this function:


Generated on 24 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None