Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Removes unnecessary whitespace, formats code and add comments #442

Merged
merged 1 commit into from
Mar 2, 2015
Merged

Removes unnecessary whitespace, formats code and add comments #442

merged 1 commit into from
Mar 2, 2015

Conversation

miguelcoba
Copy link
Contributor

Fixes #441

@@ -59,7 +59,7 @@

<!--Application JavaScript Files-->
{% for jsFile in jsFiles %}
<script type="text/javascript" src="{{jsFile}}"></script>{% endfor %}
<script type="text/javascript" src="{{jsFile}}"></script>{% endfor %}
Copy link
Member

Choose a reason for hiding this comment

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

Can you move the endfor to a new line?

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.

@ilanbiala ilanbiala self-assigned this Mar 2, 2015
@ilanbiala
Copy link
Member

LGTM except for one small change.

ilanbiala added a commit that referenced this pull request Mar 2, 2015
Remove unnecessary whitespace, format code, and add comments
@ilanbiala ilanbiala merged commit 68128d6 into meanjs:master Mar 2, 2015
@miguelcoba miguelcoba deleted the issue-441 branch March 2, 2015 03:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor whitespace and formatting fixes
2 participants