Explorar el Código

Rename module

Javi Jimenez Villar hace 13 años
padre
commit
7069a24dee
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/data/Lungo.Data.Cache.coffee

+ 2 - 2
src/data/Lungo.Data.Cache.coffee

@@ -1,14 +1,14 @@
 ###
 Temporary cache system
 
-@namespace Lungo.Data
+@namespace Lungo
 @class Cache
 
 @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
 @author Guillermo Pascual <pasku@tapquo.com> || @pasku1
 ###
 
-Lungo.Data.Cache = do(lng = Lungo) ->
+Lungo.Cache = do(lng = Lungo) ->
   _cache = {}
 
   ###