mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-10 01:11:02 +00:00
Use .js convention provided by requirejs
This commit is contained in:
parent
f727d57fac
commit
e6d3dbc31f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
"fieldContain_events"
|
||||
"./fieldContain_events.js"
|
||||
]
|
||||
]);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue