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 authored Jan 5, 2018
1 parent 115b65e commit 14fca79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/

;(function() {
'use strict';

/**
* Block-Level Grammar
Expand Down

0 comments on commit 14fca79

Please sign in to comment.