Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Separate javascript files with semi-colon when concatenating #746

Merged
merged 1 commit into from
Mar 3, 2016

Commits on Mar 3, 2016

  1. Separate javascript files with semi-colon when concatenating

    Motion ui currently has a missing semicolon at the last line. This causes errors when including certain files right after it.
    
    Separate files with \n and ;. Then \n is useful when the last line is a // comment
    jontro committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    29ec330 View commit details
    Browse the repository at this point in the history