Skip to content

Commit 8e75c35

Browse files
author
Igor Escobar
committed
fixing umd link on the code comments
1 parent 8f9d6b4 commit 8e75c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.mask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'use strict';
3939

4040
// UMD (Universal Module Definition) patterns for JavaScript modules that work everywhere.
41-
// https://github.com/umdjs/umd/blob/master/jqueryPluginCommonjs.js
41+
// https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js
4242
(function (factory, jQuery, Zepto) {
4343

4444
if (typeof define === 'function' && define.amd) {

0 commit comments

Comments
 (0)