From 334cfce1139b5b22b90cfe12245f10505d4a189e Mon Sep 17 00:00:00 2001 From: Kamil Bielawski Date: Sat, 27 Oct 2018 21:10:25 +0200 Subject: [PATCH] Fix typo on the demo page (antialising -> antialiasing) --- demoassets/main.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demoassets/main.js b/demoassets/main.js index c95ed81..0fe8d97 100644 --- a/demoassets/main.js +++ b/demoassets/main.js @@ -135,7 +135,7 @@ $(function() { } if ($this.is("#colors")) { resembleControl.ignoreColors(); - } else if ($this.is("#antialising")) { + } else if ($this.is("#antialiasing")) { resembleControl.ignoreAntialiasing(); } else if ($this.is("#alpha")) { resembleControl.ignoreAlpha(); diff --git a/index.html b/index.html index 86c43fe..8c291ca 100644 --- a/index.html +++ b/index.html @@ -103,7 +103,7 @@ - +