From 137434af1b598915ff914e1d07ab54db658179cf Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 12 Oct 2016 14:06:39 -0700 Subject: [PATCH] [API] Enable fixed position view --- src/defaultRegistry.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/defaultRegistry.js b/src/defaultRegistry.js index e75b513a3c..6176d72fea 100644 --- a/src/defaultRegistry.js +++ b/src/defaultRegistry.js @@ -65,6 +65,7 @@ define([ '../platform/exporters/bundle', '../platform/features/clock/bundle', '../platform/features/conductor/bundle', + '../platform/features/fixed/bundle', '../platform/features/imagery/bundle', '../platform/features/layout/bundle', '../platform/features/pages/bundle', @@ -109,6 +110,7 @@ define([ 'platform/exporters', 'platform/telemetry', 'platform/features/clock', + 'platform/features/fixed', 'platform/features/imagery', 'platform/features/layout', 'platform/features/pages',