source:
public/assets/plugins/input-mask/plugin.js
Last change on this file was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 169 bytes |
Rev | Line | |
---|---|---|
[0924b6c] | 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.