Skip to content

Commit

Permalink
add 'use strict' to top of function
Browse files Browse the repository at this point in the history
  • Loading branch information
learykara committed Jan 5, 2018
1 parent 839f99d commit b430e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/marked.js
Expand Up @@ -5,6 +5,7 @@
*/

;(function() {
'use strict';

/**
* Block-Level Grammar
Expand Down

0 comments on commit b430e76

Please sign in to comment.