Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da10366

Browse files
committedAug 21, 2012
Power Constructors in Code, Step 4.
1 parent a396a49 commit da10366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎power_constructors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ function myPowerConstructor(x) {
2424
// x;
2525
// that;
2626
};
27+
return that;
2728
};

0 commit comments

Comments
 (0)
Please sign in to comment.