- Fixed #41
- Fixed #42
- Fixed a bug where async methods were executed even if the instance were destroyed
- Fixed a couple of iFrame bugs in InternetExplorer
- Added a new property in the return object of the
getState()
method calleddocumentMixed
. It indicates whether the host-elements document isn't the same document as the one with which the plugin was initialized. If this property is true it's most likely the host-element is inside a iFrame. - AMD Support is back on track