Skip to content

Commit

Permalink
chore(release): 1.4.0-56
Browse files Browse the repository at this point in the history
  • Loading branch information
speigg committed Oct 2, 2017
1 parent 05da7df commit 35eb688
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/argon.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -21346,7 +21346,7 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
requestVertexNormals: true
}));

_export('version', version = "1.4.0-55");
_export('version', version = "1.4.0-56");

__extends$1 = undefined && undefined.__extends || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
Expand Down Expand Up @@ -23296,13 +23296,13 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
};
if (owner.isRealityManager) {
this.entityService.subscribedEvent.addEventListener(function (evt) {
if (evt.id === 'ar.origin') {
if (evt.id === 'ar.origin' || evt.id === 'ar.stage') {
_this.suggestedGeolocationSubscription = evt.options || {};
_this.suggestedGeolocationSubscriptionChangeEvent.raiseEvent(undefined);
}
});
this.entityService.unsubscribedEvent.addEventListener(function (evt) {
if (evt.id === 'ar.origin') {
if (evt.id === 'ar.origin' || evt.id === 'ar.stage') {
_this.suggestedGeolocationSubscription = undefined;
_this.suggestedGeolocationSubscriptionChangeEvent.raiseEvent(undefined);
}
Expand Down
6 changes: 3 additions & 3 deletions dist/argon.js
Original file line number Diff line number Diff line change
Expand Up @@ -26931,7 +26931,7 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
requestVertexNormals: true
}));

_export('version', version = "1.4.0-55");
_export('version', version = "1.4.0-56");

__extends$1 = undefined && undefined.__extends || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
Expand Down Expand Up @@ -28881,13 +28881,13 @@ $__System.register('1', ['2', '3', '3c', '4', '9', '10', 'a', '20', '33', '42',
};
if (owner.isRealityManager) {
this.entityService.subscribedEvent.addEventListener(function (evt) {
if (evt.id === 'ar.origin') {
if (evt.id === 'ar.origin' || evt.id === 'ar.stage') {
_this.suggestedGeolocationSubscription = evt.options || {};
_this.suggestedGeolocationSubscriptionChangeEvent.raiseEvent(undefined);
}
});
this.entityService.unsubscribedEvent.addEventListener(function (evt) {
if (evt.id === 'ar.origin') {
if (evt.id === 'ar.origin' || evt.id === 'ar.stage') {
_this.suggestedGeolocationSubscription = undefined;
_this.suggestedGeolocationSubscriptionChangeEvent.raiseEvent(undefined);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/argon.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argonjs/argon",
"version": "1.4.0-55",
"version": "1.4.0-56",
"main": "dist/argon.core.js",
"browser": "dist/argon.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 35eb688

Please sign in to comment.