remove emoji strings
replaced with html entities/creation from unicode code-point where applicable my editor doesn't render emoji
This commit is contained in:
parent
d233bf77ce
commit
e3b7233b20
4 changed files with 15 additions and 9 deletions
|
@ -1,5 +1,4 @@
|
|||
//(Math.exp(x)-1)/(Math.E-1)
|
||||
//🔊
|
||||
|
||||
class bufferLoader {
|
||||
constructor(context, soundMap, callback) {
|
||||
|
@ -182,4 +181,4 @@ class audioController {
|
|||
}
|
||||
this.sources = {};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue