#3328: Reformat once again

This commit is contained in:
Andreas Watermeyer
2015-10-08 17:09:48 +02:00
parent 5fb7a8bc34
commit 4c207d9460

View File

@@ -330,10 +330,9 @@ describe('ol.format.WFS', function() {
describe('when writing out a Transaction request', function() {
var text;
before(function(done) {
afterLoadText('spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml',
function(xml) {
var text, filename = 'spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml';
before(function (done) {
afterLoadText(filename, function (xml) {
text = xml;
done();
}