Advertisement
LastShadowPL

Untitled

Dec 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // https://gojs.net/latest/samples/require.html?gclid=CjwKCAiAsejRBRB3EiwAZft7sKVmQXmyvwP3xp6_-cWR3Hpk0wmwJP1lue-k8-difARV9aYLeDkUDhoCzMkQAvD_BwE
  2. require.config({
  3.     // declare that the GoJS library is actually in a different directory
  4.     paths: { "go": "../release/go" }
  5.   });
  6. // And we go to the path specified in require.config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement