Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "enmap", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -571,3 +571,3 @@ const _ = require('lodash'); | ||
[_mathop](base, op, opand) { | ||
if (base == undefined || op == undefined || opand == undefined) throw new Err('Math Operation requires base and operation', 'TypeError'); | ||
if (base == undefined || op == undefined || opand == undefined) throw 'Math Operation requires base and operation'; | ||
switch (op) { | ||
@@ -574,0 +574,0 @@ case 'add' : |
109624