]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD.js
Update to iD v2.18.2
[rails.git] / vendor / assets / iD / iD.js
index 3ce4ca9bed5370baab3d0a8d1675f6219e1361d5..9e36a035ea453d5d8f0b4517ad3b91c0eec433b0 100644 (file)
          var context = utilRebind({}, dispatch$1, 'on');
          var _deferred = new Set();
 
-         context.version = '2.18.1';
+         context.version = '2.18.2';
          context.privacyVersion = '20200407';
 
          // iD will alter the hash so cache the parameters intended to setup the session
 
 
          /* Straight accessors. Avoid using these if you can. */
-         var _connection;
+         // Instantiate the connection here because it doesn't require passing in
+         // `context` and it's needed for pre-init calls like `preauth`
+         var _connection = services.osm;
          var _history;
          var _validator;
          var _uploader;
              _photos = rendererPhotos(context);
 
              _ui = uiInit(context);
-
-             _connection = services.osm;
            }
 
            // Set up objects that might need to access properties of `context`. The order