Skip to content
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

Alphabetize and limit GLOBALS to 80 chars in html #2275

Merged
merged 2 commits into from
Jul 19, 2016
Merged

Alphabetize and limit GLOBALS to 80 chars in html #2275

merged 2 commits into from
Jul 19, 2016

Conversation

526avijitgupta
Copy link
Contributor

As discussed in #2272
@seanlip Please review.

DEFAULT_LANGUAGE_CODE: JSON.parse(
'{{DEFAULT_LANGUAGE_CODE|js_string}}'),
DEV_MODE: JSON.parse('{{DEV_MODE|js_string}}'),
INVALID_NAME_CHARS: JSON.parse('{{INVALID_NAME_CHARS|js_string}}'),
MINIFICATION: JSON.parse('{{MINIFICATION|js_string}}'),
RTE_COMPONENT_SPECS: JSON.parse('{{RTE_COMPONENT_SPECS|js_string}}'),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this go lower?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see. I had assumed that https://github.com/oppia/oppia/pull/2275/files#diff-f66cda1f67929310d3b56713d450f96aR93 refers to all keys declared below it. Thus, didn't mix and match. But the comment is just for POST_COMPLETION_HOOKS, right ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@seanlip
Copy link
Member

seanlip commented Jul 19, 2016

LGTM, thanks @526avijitgupta! I noticed one small thing, but feel free to merge after you fix it and Travis checks pass.

@codecov-io
Copy link

Current coverage is 48.00%

Merging #2275 into develop will not change coverage

@@            develop      #2275   diff @@
==========================================
  Files           185        185          
  Lines         15852      15852          
  Methods        2720       2720          
  Messages          0          0          
  Branches       2689       2689          
==========================================
  Hits           7609       7609          
  Misses         8243       8243          
  Partials          0          0          

Powered by Codecov. Last updated by 7c652ff...36e565c

@seanlip seanlip merged commit 5915c38 into oppia:develop Jul 19, 2016
wxyxinyu pushed a commit that referenced this pull request Aug 8, 2016
* Alphabetize and limit GLOBALS to 80 chars

* Address review comment
ctao5660 pushed a commit to ctao5660/oppia that referenced this pull request Nov 23, 2018
* Alphabetize and limit GLOBALS to 80 chars

* Address review comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants