Open thomaspink opened 8 years ago
pingEditor: function (cb) { if (window.location != window.parent.location) { window.parent.postMessage({ action: 'ping' }, this.parent()) } else { this.inEditor = false cb(this) } this.on('pingBack', function () { this.inEditor = true cb(this) }.bind(this)) } events: { 'change': [], 'published': [], 'unpublished': [], 'viewLiveVersion': [], 'enterEditmode': [], 'pingBack': [] // THIS ONE },