(el, htOption)
| 174 | var svgDrawer = (function() { |
| 175 | |
| 176 | var Drawing = function (el, htOption) { |
| 177 | this._el = el; |
| 178 | this._htOption = htOption; |
| 179 | }; |
| 180 | |
| 181 | Drawing.prototype.draw = function (oQRCode) { |
| 182 | var _htOption = this._htOption; |
nothing calls this directly
no test coverage detected