Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<meta charset="utf-8">

<script src='http://cdn.ractivejs.org/latest/ractive.min.js'></script>
<script src='https://cdn.jsdelivr.net/npm/ractive@0.8.15-build-3/ractive.min.js'></script>
<link rel='stylesheet' href='css/styles.css'/>

</head>
Expand All @@ -22,7 +22,7 @@

<h1>Ractive Stepper</h1>

<p>A simple stepper component
<p>A simple stepper component

<section>

Expand Down Expand Up @@ -125,7 +125,7 @@ <h2>Styling</h2>
},

oncomplete: function() {
//debug stuff
//debug stuff
window.s = this.findComponent('stepper');
}

Expand All @@ -136,4 +136,3 @@ <h2>Styling</h2>
</body>

</html>