mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-22 13:21:52 +00:00
Fixed wrong line break
This commit is contained in:
parent
d7afc8aa78
commit
42c9409660
1 changed files with 1 additions and 2 deletions
|
|
@ -2,8 +2,7 @@
|
|||
//>>description: Enhances and consistently styles text inputs.
|
||||
//>>label: Text Inputs
|
||||
|
||||
define( [ "jquery.mobile.core", "jquery.mobile.widget", "jquery.mobi
|
||||
le.degradeInputs", "jquery.mobile.buttonMarkup" ], function() {
|
||||
define( [ "jquery.mobile.core", "jquery.mobile.widget", "jquery.mobile.degradeInputs", "jquery.mobile.buttonMarkup" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
(function( $, undefined ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue