Skip to content

Commit

Permalink
Merge pull request #2 from unicef-polymer/fix--linting-errors
Browse files Browse the repository at this point in the history
Fix  linting errors
  • Loading branch information
daniel-tabarcea authored Sep 22, 2017
2 parents a32d0f8 + 157d780 commit c4d3609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etools-logs-behavior.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
}

/** @polymerBehavior EtoolsLogsBehavior */
window.EtoolsLogsBehavior = window.EtoolsLogsBehavior || defineEtoolsLogs();
window.EtoolsLogsBehavior = window.EtoolsLogsBehavior || defineEtoolsLogs() || {};
// the || {} at the end is there to make the linter happy
})(window);
</script>

0 comments on commit c4d3609

Please sign in to comment.