#3328: reformatted fixjsstyle

This commit is contained in:
Andreas Watermeyer
2015-10-08 17:21:15 +02:00
parent 4c207d9460
commit 687a65aa95
+5 -5
View File
@@ -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();
} }
); );
}); });