stale code: removed excanvas which was ie support for no canvas

This commit is contained in:
John McLear 2020-12-22 15:16:00 +00:00 committed by Richard Hansen
parent 7768871f8f
commit 3a19254f21
5 changed files with 0 additions and 44 deletions

View file

@ -28,7 +28,6 @@ let socket;
// assigns to the global `$` and augments it with plugins.
require('./jquery');
require('./farbtastic');
require('./excanvas');
require('./gritter');
const Cookies = require('./pad_utils').Cookies;