Skip to content

Commit

Permalink
Update src path
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanchelov committed Jun 1, 2019
1 parent 6101908 commit 260b243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/demo_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>PIXI.TextInput Demo with custom box generator</title>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.0.2/pixi.min.js"></script>
<script type="text/javascript" src="../dist/PIXI.TextInput.min.js"></script>
<script type="text/javascript" src="./PIXI.TextInput.min.js"></script>
<style type="text/css">
body,html{
font-family: 'Helvetica Neue', Helvetica, Arial;
Expand Down

0 comments on commit 260b243

Please sign in to comment.