瀏覽代碼

Remove <aside> in section attributes resizer

@soyjavi 14 年之前
父節點
當前提交
e3e135585d
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. 1 6
      src/attributes/Lungo.Attributes.Section.js

+ 1 - 6
src/attributes/Lungo.Attributes.Section.js

@@ -1,4 +1,4 @@
-/**
+    /**
  * Make an analysis of <elements> in a <section>.
  *
  * @namespace LUNGO.Attributes
@@ -18,10 +18,5 @@ LUNGO.Attributes.Section = {
          name: 'footer',
          reference: 'height',
          bind: 'bottom'
-     },
-     aside: {
-         name: 'aside',
-         reference: 'width',
-         bind: 'left'
      }
 };