Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
links: Needs to depend on core, because it uses .jqmEnhanceable() and…
Browse files Browse the repository at this point in the history
… the :jqmData() pseudoselector defined in core.
  • Loading branch information
Gabriel Schulhof committed Apr 18, 2013
1 parent 49c5dda commit 67582c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.links.js
Expand Up @@ -4,7 +4,7 @@
//>>group: Utilities


define( [ "jquery", "jquery.mobile.registry" ], function( jQuery ) {
define( [ "jquery", "jquery.mobile.core", "jquery.mobile.registry" ], function( jQuery ) {
//>>excludeEnd("jqmBuildExclude");
(function( $, undefined ) {

Expand Down

0 comments on commit 67582c3

Please sign in to comment.