update files

This commit is contained in:
nuintun 2015-11-24 22:07:41 +08:00
parent 32ae3adceb
commit 194867d5b8
2 changed files with 1 additions and 1 deletions

BIN
bell.wav Normal file

Binary file not shown.

View File

@ -36,7 +36,7 @@ function fixIndent(data){
module.exports = function (Terminal){
Terminal.prototype.bell = function (){
var snd = new Audio("bell.wav"); // buffers automatically when created
var snd = new Audio('bell.wav'); // buffers automatically when created
snd.play();