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

Commit 4d5ec26

Browse files
author
Gabriel Schulhof
committed
buttonMarkup: Added deprecation warning.
1 parent b2f0537 commit 4d5ec26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
define( [ "jquery", "./jquery.mobile.core" ], function( jQuery ) {
99
//>>excludeEnd("jqmBuildExclude");
1010

11+
// buttonMarkup is deprecated as of 1.4.0 and will be removed in 1.5.0.
12+
1113
(function( $, undefined ) {
1214
"use strict";
1315

0 commit comments

Comments
 (0)