- urlroot: location.protocol + "//" + location.host,
- oauth_consumer_key: container.dataset.consumerKey,
- oauth_secret: container.dataset.consumerSecret,
- oauth_token: container.dataset.token,
- oauth_token_secret: container.dataset.tokenSecret
- });
-
- id.map().on('move.embed', parent.$.throttle(250, function() {
+ url: location.protocol + "//" + location.host,
+ access_token: container.dataset.token
+ })
+ .containerNode(container)
+ .init();
+
+ id.map().on("move.embed", parent.$.throttle(250, function () {