I am using the Eclipse Luna JavaEE IDE for web developers
How to collapse a private javascript function inside a class?
var ClientBattle = function(wtfClient){
this.setDataPet = function(){
}
function generateBox(){
}
}
any plugin will also appreciate
source
share