a-frame-components
Advanced tools
Comparing version 1.0.334 to 1.0.335
@@ -415,3 +415,3 @@ var __assign = (this && this.__assign) || function () { | ||
if (me.data.direct) { | ||
updateAttributeEl(item, 'optons', __assign(__assign({}, options), { imageMargin: me.imageMargin, selectionevent: me.data.selectionevent, guiItem: me.guiItem, value: value, id: id, text: text, url: url })); | ||
updateAttributeEl(item, 'options', __assign(__assign({}, options), { imageMargin: me.imageMargin, selectionevent: me.data.selectionevent, guiItem: me.guiItem, value: value, id: id, text: text, url: url })); | ||
} | ||
@@ -418,0 +418,0 @@ else { |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.334", | ||
"version": "1.0.335", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -421,3 +421,3 @@ import { AFRAME } from '../systems/brush'; | ||
if (me.data.direct) { | ||
updateAttributeEl(item, 'optons', { | ||
updateAttributeEl(item, 'options', { | ||
...options, | ||
@@ -424,0 +424,0 @@ imageMargin: me.imageMargin, |
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
1792485