Procházet zdrojové kódy

return mustache object from factory

When using amdclean to create a footprint less javascript file, the object needs to be returned to let it properly be assigned to the created script variable.
tags/v2.3.0
mightyplow GitHub před 9 roky
rodič
revize
fc5492b750
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      mustache.js

+ 1
- 0
mustache.js Zobrazit soubor

@@ -626,4 +626,5 @@
mustache.Context = Context;
mustache.Writer = Writer;

return mustache;
}));

Načítá se…
Zrušit
Uložit