Modernizr: changed ANSI to UTF-8 file encoding

This commit is contained in:
gstamac
2013-08-23 21:20:41 +02:00
parent ec369d1b74
commit cad8af00f5
+1 -1
View File
@@ -15,7 +15,7 @@ $(function () {
if (Modernizr.webgl) {
// loadAllWebGLScripts();
} else {
var msg = 'With a different browser youll get to see the WebGL experience here: get.webgl.org.';
var msg = 'With a different browser youll get to see the WebGL experience here: get.webgl.org.';
document.getElementById('#notice').innerHTML = msg;
}