Merge pull request #15647 from MiloATH/fix/linked-list-size

Rename length() as size()
This commit is contained in:
Dylan
2017-07-15 22:13:16 -05:00
committed by GitHub

View File

@ -1056,7 +1056,7 @@
" this.next = null; ",
" }; ",
"",
" this.length = function(){",
" this.size = function(){",
" return length;",
" };",
"",