mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2026-05-05 03:56:03 +01:00
Deglitch.
This commit is contained in:
Vendored
+1
-5
@@ -16,13 +16,9 @@ Definition of the WordGenerator class.
|
||||
extend(WordGenerator, superClass);
|
||||
|
||||
function WordGenerator() {
|
||||
return WordGenerator.__super__.constructor.apply(this, arguments);
|
||||
WordGenerator.__super__.constructor.call(this, 'doc', 'xml');
|
||||
}
|
||||
|
||||
WordGenerator.prototype.init = function() {
|
||||
return WordGenerator.__super__.init.call(this, 'doc', 'xml');
|
||||
};
|
||||
|
||||
return WordGenerator;
|
||||
|
||||
})(TemplateGenerator);
|
||||
|
||||
Reference in New Issue
Block a user