Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit b29e240

Browse files
committed
Add missing keyword in JS code
1 parent 8bbc39e commit b29e240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/StrMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// module Data.StrMap
55

6-
exports._copy = (m) {
6+
exports._copy = function(m) {
77
var r = {};
88
for (var k in m) {
99
r[k] = m[k];

0 commit comments

Comments
 (0)