mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Modernizr: changed ANSI to UTF-8 file encoding
This commit is contained in:
@@ -15,7 +15,7 @@ $(function () {
|
||||
if (Modernizr.webgl) {
|
||||
// loadAllWebGLScripts();
|
||||
} else {
|
||||
var msg = 'With a different browser you’ll get to see the WebGL experience here: get.webgl.org.';
|
||||
var msg = 'With a different browser you’ll get to see the WebGL experience here: get.webgl.org.';
|
||||
document.getElementById('#notice').innerHTML = msg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user