Explorar el Código

New cache element: Current.aside

@soyjavi hace 14 años
padre
commit
0bb0a567a3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/Lungo.Element.js

+ 2 - 1
src/Lungo.Element.js

@@ -12,6 +12,7 @@ LUNGO.Element = {
     sections: null,
     Current: {
         section: null,
-        article: null
+        article: null,
+        aside: null
     }
 };