Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
torus committed Mar 4, 2012
1 parent a4a9f98 commit e33118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synker/public/tasks/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Tasks.prototype.match_snapshot_xml = function (data) {

Tasks.prototype.update_task_state = function (task, state) {
console.debug("clicked", state)
task.prop.state = state
task.set_property ("state", state)
var e = E_("updates", {},
E_("update_object", {object_id: task.id},
E_("property", {key: "state"}, state),
Expand Down

0 comments on commit e33118f

Please sign in to comment.