Comparing version 3.0.6 to 3.0.7
@@ -43,3 +43,3 @@ /** @module gl-util/context */ | ||
var c = document.querySelector(o.container) | ||
if (!o.container) throw Error(`Element '${o.container}' is not found`) | ||
if (!o.container) throw Error('Element ' + o.container + ' is not found') | ||
o.container = c | ||
@@ -46,0 +46,0 @@ } |
{ | ||
"name": "gl-util", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "Set of practical webgl utils", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
30371