Skip to content

Commit ee06913

Browse files
committed
Merge pull request #31 from dvv/patch-5
Fixed PDoc comments.
2 parents 6c9bde4 + 3ad26a5 commit ee06913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/prototype/lang/range.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ var ObjectRange = Class.create(Enumerable, (function() {
9494
function initialize(start, end, exclusive) {
9595
/**
9696
* ObjectRange#start -> ?
97+
*
9798
* The lower bounding value of the range.
9899
**/
99100
this.start = start;
100101
/**
101102
* ObjectRange#end -> ?
103+
*
102104
* The upper bounding value of the range.
103105
**/
104106
this.end = end;

0 commit comments

Comments
 (0)