Skip to content

Commit 8421e54

Browse files
committed
readme fixed
1 parent c174ff5 commit 8421e54

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,20 @@ jQuery plugins
33

44
[$.identify](https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.identify)
55
----------------------------------------------------------------------------------------
6+
Implementation of identifying technique for objects
67

78
[$.memoize](https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.memoize)
89
--------------------------------------------------------------------------------------
10+
Implementation of memoization technique for functions
911

1012
[$.debounce, $.throttle](https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.debounce)
1113
----------------------------------------------------------------------------------------------------
14+
Implementation of rate-limit execution for functions
1215

1316
[$.observable](https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.observable)
1417
--------------------------------------------------------------------------------------------
18+
Implementation of observable pattern
1519

1620
[$.inherit](https://github.com/dfilatov/jquery-plugins/tree/master/src/jquery.inherit)
17-
--------------------------------------------------------------------------------------
21+
--------------------------------------------------------------------------------------
22+
Implementation of class emulation

0 commit comments

Comments
 (0)