Skip to content

Commit 491b7be

Browse files
1 parent a0d0dd3 commit 491b7be

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>Knockout component loading via Requirejs sample</title>
55
<script data-main="index" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.20/require.min.js"></script>
66
<link href="index.css" rel="stylesheet" />
7-
<link href="https://surveyjs.azureedge.net/1.0.41/survey.css" type="text/css" rel="stylesheet" />
8-
<link href="https://surveyjs.azureedge.net/1.0.41/surveyeditor.css" type="text/css" rel="stylesheet" />
7+
<link href="https://surveyjs.azureedge.net/1.0.44/survey.css" type="text/css" rel="stylesheet" />
8+
<link href="https://surveyjs.azureedge.net/1.0.44/surveyeditor.css" type="text/css" rel="stylesheet" />
99
</head>
1010

1111
<body>

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ requirejs.config({
22
paths: {
33
app: "./",
44
knockout:
5-
"http://cdnjs.cloudflare.com/ajax/libs/knockout/3.2.0/knockout-min",
6-
Survey: "https://surveyjs.azureedge.net/1.0.41/survey.ko",
7-
SurveyEditor: "https://surveyjs.azureedge.net/1.0.41/surveyeditor"
5+
"http://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min",
6+
Survey: "https://surveyjs.azureedge.net/1.0.44/survey.ko",
7+
SurveyEditor: "https://surveyjs.azureedge.net/1.0.44/surveyeditor"
88
},
99
map: {
1010
"*": {

0 commit comments

Comments
 (0)