Skip to content

Commit

Permalink
Merge pull request mozilla#7 from eviljeff/patch-6
Browse files Browse the repository at this point in the history
bug 836759 Add returnValue param to activities
  • Loading branch information
mattbasta committed May 31, 2013
2 parents 42815d0 + b8f860c commit 405a0b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appvalidator/specs/webapps.py
Expand Up @@ -132,7 +132,9 @@ class WebappSpec(Spec):
"process":
lambda s: s.process_act_type,
"not_empty": True}}
}
},
"returnValue": {
"expected_type": bool}
}
}
}
Expand Down

0 comments on commit 405a0b0

Please sign in to comment.