Advertisement
Adrian_Apostolov

Untitled

Aug 30th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  Object.defineProperties(book, {
  2.         init: {
  3.             value: function (mediaObj) {
  4.                 parent.init.call(this);
  5.                 this._publisher = mediaObj.publisher;
  6.                 this._author = mediaObj.author;
  7.  
  8.                 return this;
  9.             }
  10.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement