#3328: Reformat once again
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user