Skip to content

Commit

Permalink
compiler fails for CaptureType.LAST as default argument value
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbourne committed Jun 19, 2010
1 parent acf8476 commit 627b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockolate/src/mockolate/ingredients/Capture.as
Expand Up @@ -11,7 +11,7 @@ package mockolate.ingredients
private var _captureFunction:Function;
private var _values:Array;

public function Capture(captureType:String = CaptureType.LAST)
public function Capture(captureType:String = "last" /*CaptureType.LAST*/)
{
super();

Expand Down

0 comments on commit 627b3f0

Please sign in to comment.