EAGLESIX-3144 fix toJSON bug
@@ -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;
-};