Explorar o código

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

EAGLESIX-3144 fix toJSON bug
Kyle P Davis %!s(int64=11) %!d(string=hai) anos
pai
achega
45d6a5f5be
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  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() {
 proto.getRaw = function getRaw() {
 	return this._raw;
 	return this._raw;
 };
 };
-
-proto.toJSON = function toJSON(){
-	var obj = {};
-	this.sourceToJson(obj);
-	return obj;
-};