Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var pagefunction = function() {    
  2.         loadScript("js/libs/jquery-2.1.1.min.js", function(){
  3.             loadScript("js/libs/jquery-ui-1.10.3.min.js", function(){
  4.                 loadScript("js/vendors/dagre/dagre.min.js", function(){
  5.                     loadScript("js/vendors/jsplumb/jsplumb.min.js", function(){
  6.                         loadScript("data/graph.js", function(){                        
  7.                             loadScript("js/plugin/graph/alert.js", function(){
  8.                                 loadScript("js/plugin/graph/input.js", function(){
  9.                                     loadScript("js/plugin/graph/node.js", function(){
  10.                                         loadScript("js/plugin/graph/scatter.js", function(){
  11.                                             loadScript("js/plugin/graph/builder.js", function(){                           
  12.                                                 loadScript("js/graph.js", function(){
  13.                                                 });
  14.                                             });
  15.                                         });
  16.                                     });
  17.                                 });
  18.                             });
  19.                         });
  20.                     });
  21.                 });
  22.             });
  23.         });    
  24.     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement