Merge pull request #2445 from webzwo0i/fix-importexport

fix importexport-tests
This commit is contained in:
John McLear 2015-01-07 14:22:25 +00:00
commit 1fd7574cfb
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"