More work on #150

git-svn-id: https://beef.googlecode.com/svn/trunk@576 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
scotty.b.brown
2010-11-24 11:23:59 +00:00
parent 24481d3a61
commit e2bebf8552

View File

@@ -83,6 +83,7 @@ beef.dom = {
var iframe = this.createElement('iframe', {
width: '100%',
height: '100%',
style: 'position:absolute;top:0px;left:0px;border:none;',
src: url
});
}