@easyv/utils
Advanced tools
Comparing version 0.0.29 to 0.0.30
@@ -8,1 +8,2 @@ export * from '@easyv/utils-reduce-config'; | ||
export * from './lib/getTransform'; | ||
export * from './lib/ContentEditable'; |
@@ -208,4 +208,4 @@ "use strict"; | ||
/*, | ||
TODO: rethink. | ||
getValueAt: function(point) { | ||
TODO: rethink. | ||
getValueAt: function(point) { | ||
var value; | ||
@@ -216,3 +216,3 @@ var radius = 100; | ||
var data = this._data; | ||
if (data[x] && data[x][y]) { | ||
if (data[x] && data[x][y]) { | ||
return data[x][y]; | ||
@@ -226,3 +226,3 @@ } else { | ||
var startY = y - distance; | ||
for(var i = 0; i < neighbors; i++) { | ||
for(var i = 0; i < neighbors; i++) { | ||
for (var o = 0; o < neighbors; o++) { | ||
@@ -229,0 +229,0 @@ if ((i == 0 || i == neighbors-1) || (o == 0 || o == neighbors-1)) { |
{ | ||
"name": "@easyv/utils", | ||
"version": "0.0.29", | ||
"version": "0.0.30", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
179204
37
4637