Closed miraage closed 11 years ago
Global scope is clear, you can see this in this file https://github.com/kupriyanenko/jbone/blob/master/dist/jbone.js
Before building final version files are wrapped in single wrapper
(function(exports, global) { })({}, function() { return this; }());
What u think about wrapping src/core.js in self-invoking function to make global scope being clear?