We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab20803 commit 2410971Copy full SHA for 2410971
UPGRADE.md
@@ -7,7 +7,8 @@
7
$('[data-raty]').raty({ cancel: true });
8
9
// To
10
-new Raty(document.querySelector('[data-raty]'), { cancel: true });
+const raty = new Raty(document.querySelector('[data-raty]'), { cancel: true });
11
+raty.init();
12
```
13
14
2. Replace your global configuration to a local configuration:
0 commit comments