kopia lustrzana https://github.com/backface/turtlestitch
fixed #3072
rodzic
ec937588a0
commit
50a4cf415d
|
|
@ -60,6 +60,9 @@
|
||||||
* **Translation Updates:**
|
* **Translation Updates:**
|
||||||
* German
|
* German
|
||||||
|
|
||||||
|
### 2022-07-21
|
||||||
|
* fixed #3072
|
||||||
|
|
||||||
### 2022-07-20
|
### 2022-07-20
|
||||||
* new TuneScope extension and library, thanks, Glen, Eric, and team!
|
* new TuneScope extension and library, thanks, Glen, Eric, and team!
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -722,7 +722,7 @@
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
class Note {
|
class _Note {
|
||||||
constructor(value, options = {}) {
|
constructor(value, options = {}) {
|
||||||
// Assign property defaults
|
// Assign property defaults
|
||||||
this.duration = wm.defaults.note.duration;
|
this.duration = wm.defaults.note.duration;
|
||||||
|
|
|
||||||
2
sw.js
2
sw.js
|
|
@ -1,4 +1,4 @@
|
||||||
var snapVersion = '8.0.0-dev-220720',
|
var snapVersion = '8.0.0-dev-220721',
|
||||||
cacheName = 'snap-pwa',
|
cacheName = 'snap-pwa',
|
||||||
filesToCache = [
|
filesToCache = [
|
||||||
'snap.html',
|
'snap.html',
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue