File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- # Copyright Collab 2015.
2+ # Copyright Collab 2015-2016 .
33#
44# django-require-license documentation build configuration file.
55#
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ The main require.js application in ``static/js/app/main.js`` contains:
4747 ' loglevel'
4848 ], function ($ , log )
4949 {
50-
50+
5151 log .enableAll ();
5252 log .debug (" Hello world!" );
53-
53+
5454 });
5555
5656 So we import the loglevel _ library as ``log ``, enable logging on all
@@ -239,4 +239,4 @@ compressed ``app.min.js`` with license header.
239239.. _django-require : https://github.com/etianen/django-require
240240.. _r.js docs : http://requirejs.org/docs/optimization.html#options
241241.. _loglevel : https://github.com/pimterry/loglevel
242- .. _collect and optimize : https://github.com/etianen/django-require#running-the-rjs-optmizer
242+ .. _collect and optimize : https://github.com/etianen/django-require#running-the-rjs-optimizer
You can’t perform that action at this time.
0 commit comments