webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

Remove executable permissions from all files. #45

Closed catseye closed 10 years ago

catseye commented 10 years ago

None of the files in this repo can actually be executed by the operating system, so it doesn't make sense for them to have executable permissions. This changeset removes those permissions.

I notice there is a commit with the message "Mode changed to 0755 due to copy on NTFS drive", which is probably how they got there in the first place (although why that change was ever committed and pushed, I can't imagine.)