openvv icon indicating copy to clipboard operation
openvv copied to clipboard

Fix positionInterval clear

Open ramybenaroya opened this issue 8 years ago • 0 comments

The positionInterval is created in https://github.com/InteractiveAdvertisingBureau/openvv/blob/master/src/org/openvv/js/OVVAsset.js#L1398. In runtime the context of createBeacons is an instance of OVVAsset. Currently the interval is never cleared because window.$ovv.positionInterval is never set and is undefined.

ramybenaroya avatar Dec 15 '16 19:12 ramybenaroya