Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions polychart.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
*/
var gg = function() {
var gg = (function() {
var gg = gg || {};
var u = u || {};
var console = console || {"log":function() {
Expand Down Expand Up @@ -3013,5 +3013,5 @@ var gg = function() {
};
packageFunction(gg, gg);
return gg
}();
}());