Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
szyablitsky committed Feb 10, 2017
1 parent 53c726e commit 052b662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node_package/src/clientStartup.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ export function clientStartup(context) {
if (turbolinksInstalled() && turbolinksSupported()) {
if (turbolinksVersion5()) {
debugTurbolinks(
`USING TURBOLINKS 5: document added event listeners turbolinks:before-render and turbolinks:load.`);
'USING TURBOLINKS 5: document added event listeners ' +
'turbolinks:before-render and turbolinks:load.');
document.addEventListener('turbolinks:before-render', reactOnRailsPageUnloaded);
document.addEventListener('turbolinks:load', reactOnRailsPageLoaded);
} else {
Expand Down

0 comments on commit 052b662

Please sign in to comment.