Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Commit 2855aad

Browse files
committed
...
1 parent 4569a09 commit 2855aad

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ jQuery.mvc.model
142142
----------------
143143

144144
The model singleton assumes the following responsibilities:
145-
* Maintaining a cache of data proxy instances.
146-
* Providing methods for registering, unregistering and retrieving data proxies.
147-
* Notifiying data proxies when they are registered or removed.
145+
- Maintaining a cache of data proxy instances.
146+
- Providing methods for registering, unregistering and retrieving data proxies.
147+
- Notifiying data proxies when they are registered or removed.
148148

149149
### jQuery.mvc.model.register( [name], proxy, options, [data] )
150150

@@ -194,9 +194,9 @@ jQuery.mvc.view
194194
---------------
195195

196196
The view singleton assumes the following responsibilities:
197-
* Maintaining a cache of view mediator instances.
198-
* Providing methods for registering, unregistering or retrieving view mediators.
199-
* Notifiying view mediators when they are registered or unregistered.
197+
- Maintaining a cache of view mediator instances.
198+
- Providing methods for registering, unregistering or retrieving view mediators.
199+
- Notifiying view mediators when they are registered or unregistered.
200200

201201
### jQuery.mvc.view.register( [name], mediator, options, [element] )
202202

@@ -250,9 +250,9 @@ jQuery.mvc.controller
250250
---------------------
251251

252252
The controller singleton assumes these responsibilities:
253-
* Maintaining a cache of constructor functions for commands intended to handle notifications.
254-
* Registering itself as an observer for each notification that it receives a command mapping for.
255-
* Creating and executing instances of the proper command to handle an observed notification.
253+
- Maintaining a cache of constructor functions for commands intended to handle notifications.
254+
- Registering itself as an observer for each notification that it receives a command mapping for.
255+
- Creating and executing instances of the proper command to handle an observed notification.
256256

257257

258258
### jQuery.mvc.controller.register( notificationName, command, options )
@@ -294,10 +294,10 @@ jQuery.mvc.notifier
294294
-------------------
295295

296296
The notifier assumes these responsibilities:
297-
* Managing the observer lists for each notification in the application.
298-
* Providing a method for attaching observers to a notification's observer list.
299-
* Providing a method for broadcasting a notification.
300-
* Notifying observers of a given notification when it is broadcast.
297+
- Managing the observer lists for each notification in the application.
298+
- Providing a method for attaching observers to a notification's observer list.
299+
- Providing a method for broadcasting a notification.
300+
- Notifying observers of a given notification when it is broadcast.
301301

302302
The notifier should not be used directly by the programmer, unless performing such activities as unit testing.
303303

0 commit comments

Comments
 (0)