Parcourir la source

Remove <aside> in section attributes resizer

@soyjavi il y a 14 ans
Parent
commit
e3e135585d
1 fichiers modifiés avec 1 ajouts et 6 suppressions
  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'
      }
 };