Open fnky opened 9 years ago
No semicolons! We follow Javascript Standard Style
Sorry, there were no semicolons before. Will fix!
Also, this might cause complications for long running scripts once #4 is resolved. Consider a webpage that displays real time status on wether they are stuck or not, it will now always be cached to what the value was when the module was required...
This change will optimize the performance and make it more trivial to get the return value of the module, without explicitly calling a function.