Document refresh and reload methods #160

Merged
robinnorth merged 1 commits from feature/document-refresh into master 2018-05-29 21:23:24 -05:00
robinnorth commented 2018-05-28 14:45:08 -05:00 (Migrated from github.com)
No description provided.
BehindTheMath (Migrated from github.com) reviewed 2018-05-28 14:45:08 -05:00
BehindTheMath commented 2018-05-28 15:06:31 -05:00 (Migrated from github.com)

What happened to all those line breaks?

What happened to all those line breaks?
robinnorth commented 2018-05-29 04:19:54 -05:00 (Migrated from github.com)

Ah, didn't notice that, thanks. It's where trailing spaces have been trimmed by Atom on save, which actually shouldn't be happening according to the .editorconfig file. Probably something to do with my IDE settings, I'll take a look at it.

Ah, didn't notice that, thanks. It's where trailing spaces have been trimmed by Atom on save, which actually shouldn't be happening according to the `.editorconfig` file. Probably something to do with my IDE settings, I'll take a look at it.
robinnorth commented 2018-05-29 04:35:52 -05:00 (Migrated from github.com)

Looks like Atom's whitespace package was conflicting with the editorconfig package and always causing trailing whitespace to be trimmed. Fixed and re-pushed this.

Looks like Atom's `whitespace` package was conflicting with the `editorconfig` package and always causing trailing whitespace to be trimmed. Fixed and re-pushed this.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: iLoveElysia/pjax#160