From fb0577d7420a6da134bd0ceb98ded793c455a977 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 9 Mar 2016 09:01:33 +0000 Subject: [PATCH] style(code-example): remove unwanted comment Thanks to @chliebel for pointing this out. Closes #906 --- 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 + '' +
-        //   '
' + - // '
';