Skip to content

Commit

Permalink
Replaces old plugin name..
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyl000 committed Nov 30, 2016
1 parent d7569ad commit cd35433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ __Javascript__

```javascript
$(function(){
$('#slider1').WimmCarousel({
$('#slider1').WimmViewer({
miniatureWidth : 100,
miniatureHeight: 100
// Availables customizations:
Expand Down
2 changes: 1 addition & 1 deletion dist/js/wimmViewer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

(function($) {
$.fn.WimmCarousel = function (options) {
$.fn.WimmViewer = function (options) {

var self = this;

Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>WimmViewer Example</h1>
<script src="../dist/js/wimmViewer.js"></script>
<script>
$(function(){
$('#slider1').WimmCarousel({
$('#slider1').WimmViewer({
miniatureWidth : 100,
miniatureHeight: 100
// Availables customizations:
Expand Down

0 comments on commit cd35433

Please sign in to comment.