File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ new Raty(document.querySelector('[data-raty]'), { starType: 'i' });
90
90
91
91
## Functions
92
92
93
- To call some function, first save the Raty instance on a variable and then call the functions:
93
+ To call some function, first, save the Raty instance on a variable and then call the functions:
94
94
95
95
``` js
96
96
var raty = new Raty (document .querySelector (' [data-raty]' ));
@@ -104,3 +104,15 @@ var raty = new Raty(document.querySelector('[data-raty]'));
104
104
| ` raty.readOnly(boolean) ` | Change the read-only state. |
105
105
| ` raty.cancel(boolean) ` | Cancel the rating. The last param force the click callback.|
106
106
| ` raty.move(number) ` | Move the mouse to the given score point position. |
107
+
108
+ ## Build
109
+
110
+ ``` sh
111
+ gulp ' amd'
112
+ gulp ' umd'
113
+ gulp ' commonjs'
114
+ gulp ' systemjs'
115
+ gulp ' es6'
116
+ gulp ' es5'
117
+ gulp ' es5-test'
118
+ ```
You can’t perform that action at this time.
0 commit comments