File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,16 +95,16 @@ <h2>Informationen aus Kartenklient</h2>
95
95
</ section >
96
96
</ main >
97
97
< footer > At solmen va esser necessi far uniform grammatica, pronunciation e plu sommun paroles.</ footer >
98
- <!-- Example without build tools. Most frameworks will allow importing this. (Try "* as MapClient ".) -->
98
+ <!-- Example without build tools. Most frameworks will allow importing this. (Try "* as PolarClientDiPlan ".) -->
99
99
< script src ="../dist/polar-client.js "> </ script >
100
- <!-- → window.MapClient is now available. TODO: Choose a better name. -->
100
+ <!-- → window.PolarClientDiPlan is now available. -->
101
101
< link rel ="stylesheet " src ="../dist/polar-client.css ">
102
102
< script type ="module ">
103
103
import services from './services.js'
104
104
import config from './config.js'
105
105
106
106
import setup from './setup.js'
107
- setup ( MapClient , services , config )
107
+ setup ( PolarClientDiPlan , services , config )
108
108
</ script >
109
109
</ body >
110
110
</ html >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export default getClientConfig({
4
4
root : 'example' ,
5
5
build : {
6
6
lib : {
7
- name : 'MapClient ' ,
7
+ name : 'PolarClientDiPlan ' ,
8
8
entry : '../src/polar-client.ts' ,
9
9
fileName : ( ) => 'polar-client.js' ,
10
10
} ,
You can’t perform that action at this time.
0 commit comments