selenium
This commit is contained in:
14
node_modules/xmlbuilder/lib/index.js
generated
vendored
Normal file
14
node_modules/xmlbuilder/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
// Generated by CoffeeScript 1.9.1
|
||||
(function() {
|
||||
var XMLBuilder, assign;
|
||||
|
||||
assign = require('lodash/object/assign');
|
||||
|
||||
XMLBuilder = require('./XMLBuilder');
|
||||
|
||||
module.exports.create = function(name, xmldec, doctype, options) {
|
||||
options = assign({}, xmldec, doctype, options);
|
||||
return new XMLBuilder(name, options).root();
|
||||
};
|
||||
|
||||
}).call(this);
|
||||
Reference in New Issue
Block a user