Use .js convention provided by requirejs

This commit is contained in:
Ghislain Seguin 2011-12-21 11:50:46 -08:00 committed by scottjehl
parent f727d57fac
commit e6d3dbc31f

View file

@ -18,7 +18,7 @@
],
[ "jquery.mobile.init" ],
[
"fieldContain_events"
"./fieldContain_events.js"
]
]);
</script>