feature/web-workers-polygons-memory
Robin Hawkes 2016-08-30 17:00:05 +01:00
rodzic 91bbc3b529
commit c910c3762b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 1EC4C2D6765FA8CF
3 zmienionych plików z 5 dodań i 5 usunięć

6
dist/vizicities.js vendored
Wyświetl plik

@ -5618,9 +5618,6 @@ return /******/ (function(modules) { // webpackBootstrap
var _TweenLite2 = _interopRequireDefault(_TweenLite);
// Prevent animation from pausing when tab is inactive
_TweenLite2['default'].lagSmoothing(0);
var Orbit = (function (_EventEmitter) {
_inherits(Orbit, _EventEmitter);
@ -5628,6 +5625,9 @@ return /******/ (function(modules) { // webpackBootstrap
_classCallCheck(this, Orbit);
_get(Object.getPrototypeOf(Orbit.prototype), 'constructor', this).call(this);
// Prevent animation from pausing when tab is inactive
_TweenLite2['default'].lagSmoothing(0);
}
// Proxy control events

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long