Skip to content

Commit 151f5bb

Browse files
committed
Remove indentation
1 parent be688e4 commit 151f5bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2012-01-04-requirejs.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ A partir du moment où l'on découpe notre code, nous allons avoir besoin d'expo
7373
Attention script2 dépend de script1. Il y a un ordre à respecter au niveau de la déclaration des dépendances.
7474

7575
{% highlight html %}
76-
<script src="script1.js"></script>
77-
<script src="script2.js"></script>
76+
<script src="script1.js"></script>
77+
<script src="script2.js"></script>
7878
{% endhighlight %}
7979

8080
Grouper les fichiers JS pour la prod

0 commit comments

Comments
 (0)