app/assets/javascripts/jquery.automate.js in automate-em-0.0.3 vs app/assets/javascripts/jquery.automate.js in automate-em-0.0.4
- old
+ new
@@ -81,10 +81,10 @@
return $this; // chainable
};
this.send = send;
//
- // Requests to recieve notifications of a value change from the server
+ // Requests to receive notifications of a value change from the server
// Triggers the functions passed in when the server informs us of an update
//
this.bind = function (events, func) {
if(!!func) {
var temp = {};
\ No newline at end of file