Skip to content
Snippets Groups Projects
Unverified Commit bb49a735 authored by Rich M's avatar Rich M Committed by GitHub
Browse files

Merge pull request #25 from naitsirch/jqueryui_di_fix

Defining jquery-ui as dependency instead of jquery.ui
parents c973edcf 40769dee
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
if ( typeof define === "function" && define.amd ) {
// AMD. Register as an anonymous module.
define([ "jquery", "jquery.ui" ], factory );
define([ "jquery", "jquery-ui" ], factory );
} else {
// Browser globals
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment