UNPKG

mapbox-gl

Version:
10 lines (8 loc) 219 B
'use strict'; exports.create = function (tagName, className, container) { return { offsetWidth: container.offsetWidth, offsetHeight: container.offsetHeight, remove: function () {} }; };