From 65d67044450896ecbacd4769b80fb15e7540370e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 13 May 2015 21:03:37 +0100 Subject: [PATCH] removed random unicode character that crept in. --- BigBoxOfJavascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBoxOfJavascript.md b/BigBoxOfJavascript.md index 982305e..5cec754 100644 --- a/BigBoxOfJavascript.md +++ b/BigBoxOfJavascript.md @@ -12,7 +12,7 @@ - [localStorage Bridge](https://github.com/krasimir/lsbridge) - A really cool library that lets you send & recieve messages via localStorage. Useful to let all the pages a user has open communicate with each other. ## Media - - [audiosynth](http://keithwhor.github.io/audiosynth/) - A wonderfully simple (albeit underdocumented) library for synthesising notes from various instruments. Not the most powerful, but easy to use. + - [audiosynth](http://keithwhor.github.io/audiosynth/) - A wonderfully simple (albeit underdocumented) library for synthesising notes from various instruments. Not the most powerful, but easy to use. ## Progress bars - [Mprogress.js](https://lightningtgc.github.io/MProgress.js/) - A progress bar based on material design