.. _require_once: Require once - Guarding Javascript against multiple inclusion ============================================================= Under certain circumstances, it can happen that a page loads a static resource more than once. Most of the time this will lead to desastrous results, as objects already known inside the page are replaced by freshly created ones, destroying a great deal of state. Consider the following situation .. code-block:: html