Fixing typo in error notification

This commit is contained in:
egghead 2013-02-23 19:00:22 -08:00
parent 368ce7e304
commit ae43fd03d3

View file

@ -120,7 +120,7 @@ var subs = (function() {
if (errorQueue.length == 0) {
return;
}
_.warning(errorQueue.length + " socket errors");
toastr.warning(errorQueue.length + " socket errors");
errorQueue.length = 0;
converge();
}