orchestrate
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -112,3 +112,3 @@ // Copyright 2013 Bowery Software, LLC | ||
GraphBuilder.prototype.offset = function (offset) { | ||
assert(offset, 'Offset required.') | ||
assert.equal(typeof offset, 'number', 'Offset required.') | ||
this.offset_value = offset | ||
@@ -115,0 +115,0 @@ return this |
@@ -28,3 +28,3 @@ { | ||
}, | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"main": "index", | ||
@@ -31,0 +31,0 @@ "tags": [ |
Sorry, the diff of this file is not supported yet
95561