source:
Dev/branches/jQueryUI/client/d3/lib/science/science.js
@
249
Last change on this file since 249 was 249, checked in by hendrikvanantwerpen, 13 years ago | |
---|---|
File size: 156 bytes |
Line | |
---|---|
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.