Skip to content

Commit da41874

Browse files
author
Bradley Meck
committed
readme looks wrong
1 parent 4c6f54f commit da41874

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
21
#Node-Overload
32

43
##exports
54

65
* Watchable(onGet,onSet,onForeach)
76

8-
Supplies getter and setter callbacks across all the properties along with a for(x in y) callback that returns the list
9-
Callback's can use the _this_ object in order to act normally without reinvoking themselves.
7+
Supplies getter and setter callbacks across all the properties along with a for(x in y) callback that returns the list
8+
Callback's can use the __this__ object in order to act normally without reinvoking themselves.
109

11-
** Value onGet(String propertyName, Value value, hadAlready)
10+
* Value onGet(String propertyName, Value value, hadAlready)
1211

13-
Returns the value at a specific index
14-
** Value onSet(String propertyName, Value oldValue, Value value, hadAlready)
12+
Returns the value at a specific index
13+
* Value onSet(String propertyName, Value oldValue, Value value, hadAlready)
1514

16-
Returns the value to save at a specific index
17-
** Array onForeach()
15+
Returns the value to save at a specific index
16+
* Array onForeach()
1817

19-
Returns an array containing all the index keys for this object
18+
Returns an array containing all the index keys for this object
2019

2120

2221

0 commit comments

Comments
 (0)