From 570b55b515d2fe23316c4e57e1aa46a4df49a3be Mon Sep 17 00:00:00 2001 From: Christian Liebel Date: Wed, 2 Mar 2016 19:18:46 +0100 Subject: [PATCH] refactor: remove comment that lost its way --- public/resources/js/directives/code-example.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/public/resources/js/directives/code-example.js b/public/resources/js/directives/code-example.js index 98882d2cb2..a89f0f7bd8 100644 --- a/public/resources/js/directives/code-example.js +++ b/public/resources/js/directives/code-example.js @@ -28,10 +28,3 @@ angularIO.directive('codeExample', function() { } }; }); - - // '
' + - // '' + - // '
' +
-        //     '' + html + '' +
-        //   '
' + - // '
';