Просмотр исходного кода

Determine correct namespace & description

soyjavi 13 лет назад
Родитель
Сommit
2d42ae8a22

+ 3 - 3
src/element/Lungo.Element.Cache.js

@@ -1,8 +1,8 @@
 /**
- * Chain of responsability
+ * DOM Elements caching
  *
- * @namespace Lungo
- * @class Element
+ * @namespace Lungo.Element
+ * @class Cache
  *
  * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  */

+ 2 - 2
src/element/Lungo.Element.Carousel.js

@@ -1,7 +1,7 @@
 /**
- * CAROUSEL
+ * Creates a instance of Carousel Element
  *
- * @namespace Lungo.View
+ * @namespace Lungo.Element
  * @class Carousel
  * @version 1.0
  *

+ 1 - 1
src/element/Lungo.Element.Loading.js

@@ -1,5 +1,5 @@
 /**
- * Initialize the <articles> layout of a certain <section>
+ * Creates a loading element in any area of layout
  *
  * @namespace Lungo.Element
  * @method loading

+ 1 - 1
src/element/Lungo.Element.Pull.js

@@ -1,5 +1,5 @@
 /**
- * PULL & REFRESH
+ * Creates a instance of Pull & Refresh Element
  *
  * @namespace Lungo.Element
  * @class Pull