From 7d834deada391e9fb82b6035bba3f1bcecddd559 Mon Sep 17 00:00:00 2001 From: "Kyle E. Mitchell" Date: Wed, 28 Jun 2017 21:56:16 -0700 Subject: [PATCH] Add 'use strict' statement --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f2122e0..477c145 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +'use strict' var attrToProp = require('hyperscript-attribute-to-property') var VAR = 0, TEXT = 1, OPEN = 2, CLOSE = 3, ATTR = 4