source: public/assets/plugins/input-mask/plugin.js

Last change on this file was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago

initial commit

  • Property mode set to 100644
File size: 169 bytes
RevLine 
[0924b6c]1require.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.