Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bitovi/canjs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Jun 16, 2013
2 parents aa583ba + 0b6bb0d commit f258b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion observe/observe.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ steal('can/util','can/util/bind','can/construct', function(can, bind) {
// send modified attr event to parent
//can.trigger(parent, args[0], args);
});
}
},
// An `id` to track events for a given observe.
observeId = 0,
// A helper used to serialize an `Observe` or `Observe.List`.
Expand Down

0 comments on commit f258b84

Please sign in to comment.