Remove line numbers from example code.

This commit is contained in:
Tyson Clugg 2015-04-10 11:17:57 +10:00
parent 586b242e3f
commit e14b899f7e

View file

@ -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) {