Explorar el Código

change the copy-right

tags/2.1.2
Caven Chen hace 4 años
padre
commit
881e599c3d
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. 0
    3
      packages/base/index.js
  2. 1
    0
      packages/core/index.js

+ 0
- 3
packages/base/index.js Ver fichero

@@ -18,9 +18,6 @@ let DC = {
initMixin(DC)
initUse(DC)

// add copy-right
require('@dc-modules/copy-right')

// load Cesium
let cesiumLoaded = false
DC.init = callback => {

+ 1
- 0
packages/core/index.js Ver fichero

@@ -16,6 +16,7 @@ const install = function(DC) {
DC.ready = callback => {
try {
if (!DC.Initialized) {
// load components
DC.init(() => {
try {
DC.Namespace['turf'] = turf

Cargando…
Cancelar
Guardar