=============================================== Hangar (data) =============================================== Hangar .. contents:: :local: .. js:data:: Hangar .. ============================== constructor details ==================== Hangar is a singleton object that is responsible for fixing the bots .. code-block:: javascript var mybot = Bot("test"); mybot = Hangar.repair(mybot); :see: Bot .. ============================== properties summary ===================== .. ============================== events summary ======================== .. ============================== field details ========================== .. ============================== method details ========================= .. js:function:: Hangar.repair(bot) :param Bot bot: Bot to repair :returns: Fixed bot back :rtype: Bot .. ============================== event details ========================= .. container:: footer Documentation generated by jsdoc-toolkit_ 2.4.0 using jsdoc-toolkit-rst-template_ .. _jsdoc-toolkit: http://code.google.com/p/jsdoc-toolkit/ .. _jsdoc-toolkit-rst-template: http://code.google.com/p/jsdoc-toolkit-rst-template/ .. _sphinx: http://sphinx.pocoo.org/ .. vim: set ft=rst :