limetext / backend

Backend for LimeText
BSD 2-Clause "Simplified" License
538 stars 87 forks source link

Observe func was not exported, but called remotely. Fixed export #115

Closed zgiles closed 8 years ago

zgiles commented 8 years ago

The function Observe was written as a lower-case "observe" which marks it as private to the struct, however, it was called remotely.

ricochet1k commented 8 years ago

It was an intentional change to unexport Observe, I just committed code that wasn't ready to test yet. Thanks for the PR though.

zgiles commented 8 years ago

I was just changing it to be consistent because it won't compile otherwise. Either way is fine. 👍