@adoratorio/hades
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -75,3 +75,3 @@ "use strict"; | ||
this.frameHandler = function (delta) { return _this.frame(delta); }; | ||
if (this.options.container === null || typeof this.options.viewport === 'undefined') { | ||
if (this.options.viewport === null || typeof this.options.viewport === 'undefined') { | ||
throw new Error('Viewport cannot be undefined'); | ||
@@ -78,0 +78,0 @@ } |
{ | ||
"name": "@adoratorio/hades", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "A smooth scrollbar based on Hermes, scroll down 'till hell", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
39501