fix importexport-tests

This commit is contained in:
webzwo0i 2015-01-07 07:03:53 +01:00
parent 5dd64dfc77
commit ce156540ba
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ describe("import functionality", function(){
function getinnertext(){
var inner = helper.padInner$
if(!inner){
return ""
}
var newtext = ""
inner("div").each(function(line,el){
newtext += el.innerHTML+"\n"