Explorar o código

Remove <aside> in section attributes resizer

@soyjavi %!s(int64=14) %!d(string=hai) anos
pai
achega
e3e135585d
Modificáronse 1 ficheiros con 1 adicións e 6 borrados
  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'
      }
 };