source: imaps-frontend/node_modules/renderkid/lib/layout/block/lineWrapper/_LineWrapper.js

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 5 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 1.0 KB
Line 
1"use strict";
2
3function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
4
5function _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); } }
6
7function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
8
9// Generated by CoffeeScript 2.5.1
10var _LineWrapper;
11
12module.exports = _LineWrapper = /*#__PURE__*/function () {
13 function _LineWrapper() {
14 _classCallCheck(this, _LineWrapper);
15 }
16
17 _createClass(_LineWrapper, [{
18 key: "render",
19 value: function render(str, options) {
20 return this._render(str, options);
21 }
22 }]);
23
24 return _LineWrapper;
25}();
Note: See TracBrowser for help on using the repository browser.