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

Rename length() as size()
pull/15660/head
Dylan 2017-07-15 22:13:16 -05:00 committed by GitHub
commit 08bcc6ce5c
1 changed files with 1 additions and 1 deletions

View File

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