Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 řádky
388B

  1. = 0.6.0 / 31 Aug 2012
  2. * Use JavaScript's definition of falsy when determining whether to render an
  3. inverted section or not. Issue #186.
  4. * Use Mustache.escape to escape values inside {{}}. This function may be
  5. reassigned to alter the default escaping behavior. Issue #244.
  6. * Fixed a bug that clashed with QUnit (thanks @kannix).
  7. * Added volo support (thanks @guybedford).