source:
public/assets/plugins/input-mask/plugin.js@
ff9da8b
Last change on this file since ff9da8b was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 169 bytes |
Line | |
---|---|
1 | require.config({ |
2 | shim: { |
3 | 'input-mask': ['jquery', 'core'] |
4 | }, |
5 | paths: { |
6 | 'input-mask': 'assets/plugins/input-mask/js/jquery.mask.min' |
7 | } |
8 | }); |
Note:
See TracBrowser
for help on using the repository browser.