소스 검색

New selector for data-title attribute

@soyjavi 14 년 전
부모
커밋
40aca2e2dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/attributes/Lungo.Attributes.Data.js

+ 1 - 1
src/attributes/Lungo.Attributes.Data.js

@@ -31,7 +31,7 @@ LUNGO.Attributes.Data = {
     },
     Title: {
         tag: 'title',
-        selector: 'header, footer',
+        selector: 'header, footer, article',
         html: '<h1 class="title">{{value}}</h1>'
     },
     Back: {