Skip to content

Commit

Permalink
Merge pull request #65 from foretagsplatsen/221
Browse files Browse the repository at this point in the history
2.2.1 release
  • Loading branch information
NicolasPetton authored May 4, 2017
2 parents 779a575 + 1dbbe50 commit ac621ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/widgetjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ define('htmlCanvas',[
}

else if (key === "klass") {
this.addClass(object[key]);
this.element.className = object[key];
} else {
this.setAttribute(key, object[key]);
}
Expand Down
Loading

0 comments on commit ac621ed

Please sign in to comment.