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:
louis 2019-05-11 23:36:58 -04:00
parent d233bf77ce
commit e3b7233b20
4 changed files with 15 additions and 9 deletions

View file

@ -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 = {};
}
}
}