#3328: reformatted fixjsstyle
This commit is contained in:
@@ -331,11 +331,11 @@ describe('ol.format.WFS', function() {
|
|||||||
|
|
||||||
describe('when writing out a Transaction request', function() {
|
describe('when writing out a Transaction request', function() {
|
||||||
var text, filename = 'spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml';
|
var text, filename = 'spec/ol/format/wfs/TransactionUpdateMultiGeoms.xml';
|
||||||
before(function (done) {
|
before(function(done) {
|
||||||
afterLoadText(filename, function (xml) {
|
afterLoadText(filename, function(xml) {
|
||||||
text = xml;
|
text = xml;
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user