Navigation Menu

Skip to content

Commit

Permalink
Create XML document correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent dde0942 commit 51181c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/api/2011-02-01/configuration.js
Expand Up @@ -330,6 +330,7 @@ handlers.DescribeIndexFields = function(context, request, response, config) {
};

function createFieldNames(domain) {
var doc = xmlbuilder.create();
var fieldNames = doc.begin('FieldNames', {version: '1.0'});
domain.indexFields
.map(function(field) {
Expand Down

0 comments on commit 51181c4

Please sign in to comment.