//DO NOT DO THIS require(['http://some.domain.dom/path/to/dependency.js'], function (dependency) {}); //Rather, do this: require.config({ paths: { 'dependency': ...
確定! 回上一頁