mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
updated cordova-common dependnecy to 1.1.0
This commit is contained in:
+14
@@ -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