瀏覽代碼

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: {