Pull Request for Firebase:1.1.0 incorrect callback on PUT request

Hi guys,

Just letting you know I’ve submitted a pull request to fix a Firebase bug: https://github.com/electricimp/Firebase/pull/7.

I was finding that despite having several callbacks I was receiving all PUT data to only one due a problem with sharing an instance of the callback function variable.