Skip to content

Instantly share code, notes, and snippets.

View erohinaelena's full-sized avatar

Елена Ерохина erohinaelena

  • Saint Petersburg, Russia
View GitHub Profile
@erohinaelena
erohinaelena / d3.js
Last active August 29, 2015 14:12 — forked from devgru/d3.js
Skill octopus
!function() {
var d3 = {
version: "3.4.4"
};
if (!Date.now) Date.now = function() {
return +new Date();
};
var d3_arraySlice = [].slice, d3_array = function(list) {
return d3_arraySlice.call(list);
};