Skip to content

Commit

Permalink
Merge pull request #383 from meandmax/fix-jquery-import
Browse files Browse the repository at this point in the history
fix: import in jQuery plugin
  • Loading branch information
meandmax authored Aug 21, 2016
2 parents 1205104 + 30e8c5b commit 2376b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.lory.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/jquery.lory.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* globals jQuery */
import lory from './lory.js';
import {lory} from './lory.js';

function init ($) {
$.fn.lory = function (options) {
Expand Down

0 comments on commit 2376b10

Please sign in to comment.