Jens Mönig 2022-07-21 16:21:02 +02:00
rodzic ec937588a0
commit 50a4cf415d
3 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -60,6 +60,9 @@
* **Translation Updates:**
* German
### 2022-07-21
* fixed #3072
### 2022-07-20
* new TuneScope extension and library, thanks, Glen, Eric, and team!

Wyświetl plik

@ -722,7 +722,7 @@
* @since 3.0.0
*/
class Note {
class _Note {
constructor(value, options = {}) {
// Assign property defaults
this.duration = wm.defaults.note.duration;

2
sw.js
Wyświetl plik

@ -1,4 +1,4 @@
var snapVersion = '8.0.0-dev-220720',
var snapVersion = '8.0.0-dev-220721',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',