Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. (function (_nI, a) {
  2.  
  3. newItem = function (item) {
  4.  
  5. for (var i in item) {
  6.  
  7. if (!!a) {
  8.  
  9. $.extend(item[i], a[i])
  10.  
  11. }
  12.  
  13. };
  14.  
  15. return _nI.apply(this, arguments);
  16.  
  17. };
  18.  
  19. })(newItem, {
  20.  
  21. 60470916 : {
  22.  
  23. name : 'Kolia Stworzyciela',
  24.  
  25. icon : 'nas/naszyjnik262.gif'
  26.  
  27. }
  28.  
  29. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement