From d0e08f1d9a2edb5f16e86b12cc3f4088c45ea0ff Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Fri, 24 May 2019 11:24:43 -0700 Subject: [PATCH] Fix typos that prevent building in linux --- src/adapter/bundle.js | 2 +- .../notifications/{NotificationApi.js => NotificationAPI.js} | 0 src/plugins/LADTable/LADTableViewProvider.js | 2 +- src/plugins/LADTable/components/LADTable.vue | 2 +- src/plugins/LADTable/components/LadTableSet.vue | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename src/api/notifications/{NotificationApi.js => NotificationAPI.js} (100%) diff --git a/src/adapter/bundle.js b/src/adapter/bundle.js index 44e2863c59..88aecd4cdf 100644 --- a/src/adapter/bundle.js +++ b/src/adapter/bundle.js @@ -36,7 +36,7 @@ define([ './runs/RegisterLegacyTypes', './services/LegacyObjectAPIInterceptor', './views/installLegacyViews', - './policies/legacyCompositionPolicyAdapter', + './policies/LegacyCompositionPolicyAdapter', './actions/LegacyActionAdapter' ], function ( legacyRegistry, diff --git a/src/api/notifications/NotificationApi.js b/src/api/notifications/NotificationAPI.js similarity index 100% rename from src/api/notifications/NotificationApi.js rename to src/api/notifications/NotificationAPI.js diff --git a/src/plugins/LADTable/LADTableViewProvider.js b/src/plugins/LADTable/LADTableViewProvider.js index 8e86c1b617..77045fdbe6 100644 --- a/src/plugins/LADTable/LADTableViewProvider.js +++ b/src/plugins/LADTable/LADTableViewProvider.js @@ -21,7 +21,7 @@ *****************************************************************************/ define([ - './components/LadTable.vue', + './components/LADTable.vue', 'vue' ], function ( LadTableComponent, diff --git a/src/plugins/LADTable/components/LADTable.vue b/src/plugins/LADTable/components/LADTable.vue index 676d04a837..1815e750f4 100644 --- a/src/plugins/LADTable/components/LADTable.vue +++ b/src/plugins/LADTable/components/LADTable.vue @@ -41,7 +41,7 @@