Skip to content

Commit

Permalink
Merge pull request #112 from wmde/deadClass
Browse files Browse the repository at this point in the history
Remove unused ValueFormatterStore
  • Loading branch information
Ladsgroup committed Aug 11, 2017
2 parents 7c65b01 + b2b4833 commit d088997
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 421 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ On [Packagist](https://packagist.org/packages/data-values/javascript):
## Release notes

### 0.9.0 (dev)
* Removed `valueFormatters.ValueFormatterStore`.
* Removed `dataValues.TimeValue.getYear`, `getMonth`, `getDay`, `getHour`, `getMinute`, and
`getSecond`.
* Declared `globeCoordinate.GlobeCoordinate.getDecimal` private.
Expand Down
5 changes: 0 additions & 5 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ this.config = ( function() {
'valueFormatters/valueFormatters': {
exports: 'valueFormatters'
},
'valueFormatters/ValueFormatterStore': {
exports: 'valueFormatters.ValueFormatterStore',
deps: [ 'valueFormatters/valueFormatters', 'jquery' ]
},

'formatters/NullFormatter': [
'valueFormatters/valueFormatters',
Expand Down Expand Up @@ -219,7 +215,6 @@ this.config = ( function() {
'tests/src/values/UnDeserializableValue.tests',

'tests/src/valueFormatters/valueFormatters.tests',
'tests/src/valueFormatters/ValueFormatterStore.tests',

'tests/src/valueFormatters/formatters/NullFormatter.tests',
'tests/src/valueFormatters/formatters/StringFormatter.tests',
Expand Down
132 changes: 0 additions & 132 deletions src/valueFormatters/ValueFormatterStore.js

This file was deleted.

9 changes: 0 additions & 9 deletions src/valueFormatters/resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,6 @@
],
],

'valueFormatters.ValueFormatterStore' => $moduleTemplate + [
'scripts' => [
'ValueFormatterStore.js',
],
'dependencies' => [
'valueFormatters',
],
],

'valueFormatters.formatters' => $moduleTemplate + [
'scripts' => [
'formatters/NullFormatter.js',
Expand Down
Loading

0 comments on commit d088997

Please sign in to comment.