src/js/defaults.js
branchnew-model
changeset 930 165f236e42f2
parent 927 977a39c4ee80
child 938 991f897f1cb1
equal deleted inserted replaced
929:a39ff507b050 930:165f236e42f2
    17         json : "json2.js",
    17         json : "json2.js",
    18         zeroClipboardJs: "ZeroClipboard.js",
    18         zeroClipboardJs: "ZeroClipboard.js",
    19         zeroClipboardSwf: "ZeroClipboard.swf"
    19         zeroClipboardSwf: "ZeroClipboard.swf"
    20     },
    20     },
    21     locations : {
    21     locations : {
    22         // use to define locations outside defautl_dir
    22         // use to define locations outside default_dir
    23     },
    23     },
    24     cdn : {
    24     cdn : {
    25         jQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.js",
    25         jQuery : "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js",
       
    26         jQueryUI : "http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/jquery-ui.min.js",
    26         swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
    27         swfObject : "http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",
    27         cssjQueryUI : "http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.4/themes/base/jquery-ui.css"
    28         cssjQueryUI : "http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/themes/ui-lightness/jquery-ui.css",
       
    29         underscore : "http://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.3.3/underscore-min.js",
       
    30         Mustache : "http://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.5.0-dev/mustache.min.js",
       
    31         raphael : "http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js",
       
    32         json : "http://cdnjs.cloudflare.com/ajax/libs/json2/20110223/json2.js"
    28     },
    33     },
    29     useCdn : false
    34     useCdn : false
    30 }
    35 }
    31 
    36 
    32 IriSP.widgetsDir = 'widgets';
    37 IriSP.widgetsDir = 'widgets';