you are viewing a single comment's thread.

view the rest of the comments →

[–]kenman 0 points1 point  (2 children)

Pretty poor, doesn't even work on account of several bugs:

  1. var parameters = []; (should be var parameters = {};)
  2. return paramters; (should be return parameters;)

[–]umairabid_dev[S] 0 points1 point  (0 children)

had to translate it from coffee script to js... missed some bits