mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Remove line numbers from example code.
This commit is contained in:
parent
586b242e3f
commit
e14b899f7e
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,6 @@ Add ddp.py to your Django app:
|
|||
Connect your Meteor app to the Django DDP service:
|
||||
|
||||
.. code:: javascript
|
||||
:number-lines:
|
||||
|
||||
// bookstore.js
|
||||
if (Meteor.isClient) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue