8000 rm undocumented KeyedSeq.of · powercoder23/immutable-js@9a7e39d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a7e39d

Browse files
committed
rm undocumented KeyedSeq.of
1 parent 53b5621 commit 9a7e39d

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

dist/immutable.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,6 @@
278278
keyedSeqFromValue(value);
279279
}
280280

281-
KeyedSeq.of = function(/*...values*/) {
282-
return KeyedSeq(arguments);
283-
};
284-
285281
KeyedSeq.prototype.toKeyedSeq = function() {
286282
return this;
287283
};

0 commit comments

Comments
 (0)
0