mobomo/sketch.js

return two different object ... which is wrong...

Opened this issue · 0 comments

If I see the code here in sketch() like this...

} else if (sketch) {
  return sketch;
} else {
  this.data('sketch', new Sketch(this.get(0), key));
  return this;
}

these two returned object are two different ones... does any one knows the login behind...