Merge branch 'patch-1' of github.com:ghiculescu/bootstrap into 2.2.2-j4-wip

This commit is contained in:
Arnold Daniels
2013-01-15 03:08:34 +01:00

View File

@@ -350,7 +350,7 @@
* ================== */
$(function () {
$('body').on('focus.inputmask.data-api', '[data-mask]', function (e) {
$(document).on('focus.inputmask.data-api', '[data-mask]', function (e) {
var $this = $(this)
if ($this.data('inputmask')) return
e.preventDefault()
@@ -358,4 +358,4 @@
})
})
}(window.jQuery);
}(window.jQuery);