mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
Removed console
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
canvas.width = width;
|
||||
canvas.height = height;
|
||||
}
|
||||
console.log(transform);
|
||||
|
||||
// transform context before drawing image
|
||||
switch (transform) {
|
||||
case 2: ctx.transform(-1, 0, 0, 1, width, 0); break;
|
||||
|
||||
Reference in New Issue
Block a user