Sigmajs.js 112 Bytes EditWeb IDE 1 2 3 4 5 6 'use strict'; exports.goToImpl = function(cam) { return function(props) { return cam.goTo(props); }; };