CocoonIO / cocoon-cloud-sdk

The Cocoon SDK is the easiest way to integrate your app with the Cocoon Cloud Compiler
http://cocoon.io
MIT License
9 stars 4 forks source link

Fixed scoping issue in Project.getConfigXml #4

Closed AleBles closed 7 years ago

AleBles commented 7 years ago

The use of function () instead of ()=> caused 'this.cacheXml = xml' to throw an error in Project.getConfigXml() due to this not beeing available in the scope.