#3328: reformatted fixjsstyle

This commit is contained in:
Andreas Watermeyer
2015-10-08 17:21:15 +02:00
parent 4c207d9460
commit 687a65aa95

View File

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