-
Notifications
You must be signed in to change notification settings - Fork 1
Remove unused globeCoordinate.Formatter #123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
511a735 to
82b8e66
Compare
82b8e66 to
524ca27
Compare
|
So did you rebase on top of #122? |
|
I rebased just now, but build is still failing. |
|
It works if I restore some tiny diff --git a/karma.conf.js b/karma.conf.js
index 95c56453bc..d471843d20 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -5,6 +5,7 @@ module.exports = function ( config ) {
files: [
'node_modules/jquery/dist/jquery.js',
'lib/util/util.inherit.js',
+ 'lib/globeCoordinate/globeCoordinate.js',
'lib/globeCoordinate/globeCoordinate.GlobeCoordinate.js',
'src/dataValues.js',
'src/DataValue.js',
diff --git a/lib/globeCoordinate/globeCoordinate.js b/lib/globeCoordinate/globeCoordinate.js
new file mode 100644
index 0000000000..b3bc44fd43
--- /dev/null
+++ b/lib/globeCoordinate/globeCoordinate.js
@@ -0,0 +1 @@
+this.globeCoordinate = {}; |
|
Yea, that module was used as a namespace definition. I think restoring it like you suggested is the most easy solution for now. |
524ca27 to
424e3b2
Compare
lucaswerkmeister
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I don’t want to merge since I was the last one to push, and I’m not quite sure about the doc comment on globeCoordinate.
|
It's not WIP anymore, right? |
|
Not anymore, I think, yes. |
This is blocked by #122
and https://gerrit.wikimedia.org/r/371209, and must be rebased after #122 is merged.Bug: T172916