Sha256: 4830d0ec2a990af0fe08d645fb133cf58cb93082c20e751436e45b039c205438

Contents?: true

Size: 1.57 KB

Versions: 4

Compression:

Stored size: 1.57 KB

Contents

(function (global, factory) {
  if (typeof define === "function" && define.amd) {
    define(["exports"], factory);
  } else if (typeof exports !== "undefined") {
    factory(exports);
  } else {
    var mod = {
      exports: {}
    };
    factory(mod.exports);
    global.NodeAttribute = mod.exports;
  }
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports) {
  "use strict";

  Object.defineProperty(_exports, "__esModule", {
    value: true
  });
  _exports.default = void 0;

  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }

  function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }

  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

  var NodeAttribute = /*#__PURE__*/_createClass(function NodeAttribute(name, type) {
    _classCallCheck(this, NodeAttribute);

    this.name = name;
    this.type = type;
  });

  NodeAttribute.prototype.isNodeAttribute = true;
  var _default = NodeAttribute;
  _exports.default = _default;
});

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opal-js_wrap-three-0.1.5 lib-opal/js_wrap/three/renderers/nodes/core/NodeAttribute.js
opal-js_wrap-three-0.1.4 lib-opal/js_wrap/three/renderers/nodes/core/NodeAttribute.js
opal-js_wrap-three-0.1.3 lib-opal/js_wrap/three/renderers/nodes/core/NodeAttribute.js
opal-js_wrap-three-0.1.2 lib-opal/js_wrap/three/renderers/nodes/core/NodeAttribute.js