mirror of
https://github.com/pi-hole/web.git
synced 2026-05-02 22:52:24 +01:00
Cleaned code
This commit is contained in:
@@ -1115,9 +1115,8 @@ if (!document.createElement('canvas').getContext) {
|
||||
x: Z * (aX * m[0][0] + aY * m[1][0] + m[2][0]) - Z2,
|
||||
y: Z * (aX * m[0][1] + aY * m[1][1] + m[2][1]) - Z2
|
||||
};
|
||||
};
|
||||
|
||||
contextPrototype.save = function() {
|
||||
}
|
||||
contextPrototype.save = function() {
|
||||
var o = {};
|
||||
copyState(this, o);
|
||||
this.aStack_.push(o);
|
||||
@@ -1366,7 +1365,7 @@ if (!document.createElement('canvas').getContext) {
|
||||
case null:
|
||||
case '':
|
||||
this.repetition_ = 'repeat';
|
||||
break
|
||||
break;
|
||||
case 'repeat-x':
|
||||
case 'repeat-y':
|
||||
case 'no-repeat':
|
||||
|
||||
Reference in New Issue
Block a user