source: Dev/branches/rest-dojo-ui/Cartis/d3/lib/science/science.js @ 312

Last change on this file since 312 was 312, checked in by jkraaijeveld, 13 years ago
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.