Skip to content

Commit

Permalink
Rename source code file to be uniform in naming convention with other…
Browse files Browse the repository at this point in the history
… jQuery plugins
  • Loading branch information
Kevin Paul Kalis committed Aug 2, 2016
1 parent 22f17e4 commit 38b72d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions demo/assets/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
html {
color: #111;
font-family: sans-serif;
}
.demodiv {
width: 300px;
height: 300px;
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Data Attributes</h1>
></div>

<script src="../node_modules/jquery/dist/jquery.min.js"></script>
<script src="../bgimg.js"></script>
<script src="../jquery.bgimg.js"></script>
<script type="text/javascript">
$('.demo').bgimg();
$('.demo2').bgimg({
Expand Down
File renamed without changes.

0 comments on commit 38b72d4

Please sign in to comment.