source: Dev/trunk/d3/lib/science/science.js @ 76

Last change on this file since 76 was 76, checked in by fpvanagthoven, 14 years ago

d3

File size: 156 bytes
Line 
1(function(){science = {version: "0.0.1"}; // semver
2science.functor = function(v) {
3  return typeof v === "function" ? v : function() { return v; };
4};
5})()
Note: See TracBrowser for help on using the repository browser.