Sfoglia il codice sorgente

Merge pull request #136 from RiveraGroup/bugfix/fix-project-tojson

EAGLESIX-3144 fix toJSON bug
Kyle P Davis 11 anni fa
parent
commit
45d6a5f5be
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      lib/pipeline/documentSources/ProjectDocumentSource.js

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

@@ -138,9 +138,3 @@ proto.getDependencies = function getDependencies(deps) {
 proto.getRaw = function getRaw() {
 	return this._raw;
 };
-
-proto.toJSON = function toJSON(){
-	var obj = {};
-	this.sourceToJson(obj);
-	return obj;
-};