Skip to content

Commit 511a735

Browse files
committed
[WIP] Remove unused globeCoordinate.Formatter
1 parent 2758125 commit 511a735

File tree

7 files changed

+3
-640
lines changed

7 files changed

+3
-640
lines changed

config.js

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,8 @@ this.config = ( function() {
4545
exports: 'util'
4646
},
4747

48-
'globeCoordinate/globeCoordinate': {
49-
exports: 'globeCoordinate'
50-
},
5148
'globeCoordinate/globeCoordinate.GlobeCoordinate': {
52-
exports: 'globeCoordinate.GlobeCoordinate',
53-
deps: [ 'globeCoordinate/globeCoordinate' ]
54-
},
55-
'globeCoordinate/globeCoordinate.Formatter': {
56-
exports: 'globeCoordinate.Formatter',
57-
deps: [ 'globeCoordinate/globeCoordinate' ]
49+
exports: 'globeCoordinate.GlobeCoordinate'
5850
},
5951

6052
'dataValues/dataValues': {
@@ -73,8 +65,7 @@ this.config = ( function() {
7365
'jquery',
7466
'dataValues/DataValue',
7567
'util/util.inherit',
76-
'globeCoordinate/globeCoordinate.GlobeCoordinate',
77-
'globeCoordinate/globeCoordinate.Formatter'
68+
'globeCoordinate/globeCoordinate.GlobeCoordinate'
7869
],
7970
'values/MonolingualTextValue': [
8071
'dataValues/dataValues', 'jquery', 'dataValues/DataValue', 'util/util.inherit'
@@ -196,8 +187,6 @@ this.config = ( function() {
196187
]
197188
},
198189
tests: [
199-
'tests/lib/globeCoordinate/globeCoordinate.tests',
200-
'tests/lib/globeCoordinate/globeCoordinate.Formatter.tests',
201190
'tests/lib/globeCoordinate/globeCoordinate.GlobeCoordinate.tests',
202191

203192
'tests/src/dataValues.tests',

lib/globeCoordinate/globeCoordinate.Formatter.js

Lines changed: 0 additions & 167 deletions
This file was deleted.

lib/globeCoordinate/globeCoordinate.GlobeCoordinate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
return false;
132132
}
133133

134+
// FIXME
134135
var gc1Iso6709 = globeCoordinate.iso6709( this.getDecimal() ),
135136
gc2Iso6709 = globeCoordinate.iso6709( otherGlobeCoordinate.getDecimal() );
136137

lib/globeCoordinate/globeCoordinate.js

Lines changed: 0 additions & 165 deletions
This file was deleted.

lib/resources.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
return [
1919
'globeCoordinate.js' => $moduleTemplate + [
2020
'scripts' => [
21-
'globeCoordinate/globeCoordinate.js',
22-
'globeCoordinate/globeCoordinate.Formatter.js',
2321
'globeCoordinate/globeCoordinate.GlobeCoordinate.js',
2422
],
2523
],

0 commit comments

Comments
 (0)