Skip to content

Commit eb0f918

Browse files
committed
Quote reserved word (fails in IE < 9).
1 parent 3516169 commit eb0f918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unpacked/extensions/Safe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
px: 1/16, // assume 1em = 16px
242242
mm: 96/25.4/16, // 25.4mm = 96px
243243
cm: 96/2.54/16, // 2.54cm = 96px
244-
in: 96/16, // 1in = 96px
244+
'in': 96/16, // 1in = 96px
245245
pt: 96/72/16, // 72pt = 1in
246246
pc: 96/6/16 // 1pc = 12pt
247247
},

0 commit comments

Comments
 (0)