increase requirejs waitSeconds
This commit is contained in:
parent
a443507f00
commit
af77bb00f8
1 changed files with 2 additions and 1 deletions
|
|
@ -294,7 +294,8 @@
|
|||
baseUrl: window.location.protocol + "//" + window.location.host + window.location.pathname.split("/").slice(0, -1).join("/"),
|
||||
paths: {
|
||||
ace: "lib/ace"
|
||||
}
|
||||
},
|
||||
waitSeconds: 30
|
||||
};
|
||||
</script>
|
||||
<script src="demo/kitchen-sink/require.js" data-main="demo/kitchen-sink/demo" type="text/javascript"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue