Fixed #13658 -- Added missing command in JavaScript example. Thanks to erikr for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
92a15532ba
commit
458e3a3ff9
|
@ -569,7 +569,7 @@ function supports both positional and named interpolation:
|
|||
object or associative array. For example::
|
||||
|
||||
d = {
|
||||
count: 10
|
||||
count: 10,
|
||||
total: 50
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue