ow-eengine-power 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/OW_EEngine_Power.js +1 -9
- package/dist/OW_EEngine_Power.umd.cjs +15 -15
- package/index.d.ts +1 -2
- package/package.json +1 -1
package/dist/OW_EEngine_Power.js
CHANGED
|
@@ -44278,15 +44278,7 @@ class wv {
|
|
|
44278
44278
|
xt(this, "towerHeight", 42);
|
|
44279
44279
|
}
|
|
44280
44280
|
}
|
|
44281
|
-
function Sv(e) {
|
|
44282
|
-
let t = 0;
|
|
44283
|
-
const n = (i) => {
|
|
44284
|
-
t = i, e.innerHTML = `count is ${t}`;
|
|
44285
|
-
};
|
|
44286
|
-
e.addEventListener("click", () => n(++t)), n(0);
|
|
44287
|
-
}
|
|
44288
44281
|
export {
|
|
44289
44282
|
bv as OWEEgineManager,
|
|
44290
|
-
wv as TowerLineInfo
|
|
44291
|
-
Sv as setupCounter
|
|
44283
|
+
wv as TowerLineInfo
|
|
44292
44284
|
};
|