Browse Source

Update JSDocs

pull/652/head
Artur Arseniev 8 years ago
parent
commit
e55ce5587e
  1. 12
      src/css_composer/index.js
  2. 1
      src/device_manager/index.js

12
src/css_composer/index.js

@ -1,16 +1,4 @@
/**
* * [add](#add)
* * [get](#get)
* * [set](#set)
* * [getAll](#getall)
* * [clear](#clear)
* * [load](#load)
* * [store](#store)
* * [setIdRule](#setidrule)
* * [getIdRule](#getidrule)
* * [setClassRule](#setclassrule)
* * [getClassRule](#getclassrule)
*
* This module contains and manage CSS rules for the template inside the canvas
* Before using the methods you should get first the module from the editor instance, in this way:
*

1
src/device_manager/index.js

@ -37,6 +37,7 @@ module.exports = () => {
* }
* ...
* @return {this}
* @private
*/
init(config) {
c = config || {};

Loading…
Cancel
Save