Jared Hall 11 лет назад
Родитель
Сommit
cc172f101a
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      lib/pipeline/documentSources/ProjectDocumentSource.js

+ 0 - 4
lib/pipeline/documentSources/ProjectDocumentSource.js

@@ -138,7 +138,3 @@ proto.getDependencies = function getDependencies(deps) {
 proto.getRaw = function getRaw() {
 proto.getRaw = function getRaw() {
 	return this._raw;
 	return this._raw;
 };
 };
-
-proto.toJSON = function toJSON(){
-	return this.serialize();
-};