소스 검색

New cache element: Current.aside

@soyjavi 14 년 전
부모
커밋
0bb0a567a3
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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
     }
 };