loading js files using requirejs

This commit is contained in:
floydpraveen
2013-08-17 03:29:44 +05:30
parent 6ac328dd44
commit e7e4253bfc
10 changed files with 1435 additions and 47 deletions
+14
View File
@@ -0,0 +1,14 @@
define(
[],
function() {
var constants = {
ENTER_KEY :13
};
return constants;
});