From 7dcbebab42d6e0dcdc8b0b633219e20f48b89b90 Mon Sep 17 00:00:00 2001 From: MG Date: Fri, 13 May 2011 18:59:50 -0300 Subject: [PATCH 1/3] - changed the name of the function: mark to maskM. It was in conflict with maskedinput --- jquery.maskMoney.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.maskMoney.js b/jquery.maskMoney.js index 5612fd4..57ad4e0 100644 --- a/jquery.maskMoney.js +++ b/jquery.maskMoney.js @@ -269,7 +269,7 @@ return this.trigger('unmaskMoney'); }; - $.fn.mask=function() { + $.fn.maskM=function() { return this.trigger('mask'); }; @@ -333,4 +333,4 @@ end: end }; } -})(jQuery); \ No newline at end of file +})(jQuery); From d071a7c6b3c2edcd93d0629a0e835b0b098ee74b Mon Sep 17 00:00:00 2001 From: Marcio Mangar Date: Fri, 13 May 2011 19:03:40 -0300 Subject: [PATCH 2/3] something to commit.. --- jquery.maskMoney.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.maskMoney.js b/jquery.maskMoney.js index 57ad4e0..4f65553 100644 --- a/jquery.maskMoney.js +++ b/jquery.maskMoney.js @@ -23,7 +23,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ - +/* something to commit*/ /* * @Version: 1.3 * @Release: 2011-04-20 From 646541f6d74f892260e1644b783b019186ef0118 Mon Sep 17 00:00:00 2001 From: Marcio Mangar Date: Fri, 13 May 2011 19:04:45 -0300 Subject: [PATCH 3/3] - changed the name of the function: mark to maskM. It was in conflict with maskedinput --- jquery.maskMoney.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.maskMoney.js b/jquery.maskMoney.js index 4f65553..57ad4e0 100644 --- a/jquery.maskMoney.js +++ b/jquery.maskMoney.js @@ -23,7 +23,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ -/* something to commit*/ + /* * @Version: 1.3 * @Release: 2011-04-20