source:
Dev/trunk/d3/lib/science/science.js
@
228
Last change on this file since 228 was 76, checked in by fpvanagthoven, 14 years ago | |
---|---|
File size: 156 bytes |
Rev | Line | |
---|---|---|
[76] | 1 | (function(){science = {version: "0.0.1"}; // semver |
2 | science.functor = function(v) { | |
3 | return typeof v === "function" ? v : function() { return v; }; | |
4 | }; | |
5 | })() |
Note: See TracBrowser
for help on using the repository browser.