浏览代码

Whitespace.

Florian Kissling 10 年之前
父节点
当前提交
69d8ac4485
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/_layouts/default.html

+ 2 - 0
docs/_layouts/default.html

@@ -12,6 +12,7 @@
         <script>
         <script>
             (function ($) {
             (function ($) {
                 'use strict';
                 'use strict';
+
                 $(function () {
                 $(function () {
                     var $window = $(window);
                     var $window = $(window);
                     var $body = $(document.body);
                     var $body = $(document.body);
@@ -44,6 +45,7 @@
 
 
             (function () {
             (function () {
                 'use strict';
                 'use strict';
+
                 addAnchors('.s2-docs-container h1, .s2-docs-container h2, .s2-docs-container h3, .s2-docs-container h4, .s2-docs-container h5');
                 addAnchors('.s2-docs-container h1, .s2-docs-container h2, .s2-docs-container h3, .s2-docs-container h4, .s2-docs-container h5');
             })();
             })();
         </script>
         </script>