|
|
@ -64,7 +64,8 @@ module.exports = Backbone.View.extend({ |
|
|
var em = this.config.em; |
|
|
var em = this.config.em; |
|
|
if(wrap) { |
|
|
if(wrap) { |
|
|
var ppfx = this.ppfx; |
|
|
var ppfx = this.ppfx; |
|
|
var body = this.frame.$el.contents().find('body'); |
|
|
//var body = this.frame.$el.contents().find('body');
|
|
|
|
|
|
var body = $(this.frame.el.contentWindow.document.body); |
|
|
var cssc = em.get('CssComposer'); |
|
|
var cssc = em.get('CssComposer'); |
|
|
var conf = em.get('Config'); |
|
|
var conf = em.get('Config'); |
|
|
var confCanvas = this.config; |
|
|
var confCanvas = this.config; |
|
|
|