Skip to content

Commit

Permalink
md might not be set
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 17, 2014
1 parent 77acd38 commit 0e55dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/js/dimpcore.js
Expand Up @@ -179,7 +179,7 @@ var DimpCore = {

msgMetadata: function(md)
{
md.each(function(a) {
$A(md).each(function(a) {
switch (a[0]) {
case 'html':
IMP_JS.iframeInject(a[1], a[2]);
Expand Down

0 comments on commit 0e55dfb

Please sign in to comment.