Skip to content

Commit

Permalink
Themes: Updated Frosty Mint theme #82 (Fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Feb 22, 2015
1 parent 84b207b commit fcb6ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/default/CoreWM/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
window.html2canvas(document.body).then(function(c) {
twin._$element.removeAttribute('data-html2canvas-ignore');
twin._$frostc = c;
updateFrost.call(twin);
updateFrost(twin);
cb();
});
}
Expand Down

0 comments on commit fcb6ac0

Please sign in to comment.