This website requires JavaScript.
Explore
Help
Sign In
Lothario
/
axmol
mirror of
https://github.com/axmolengine/axmol.git
Watch
1
Star
0
Fork
You've already forked axmol
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b1ee71517
axmol
/
testjs
/
Resources
/
JS
/
1to1
/
test_require.js
4 lines
71 B
JavaScript
Raw
Normal View
History
Unescape
Escape
adds "require" to the global namespace
2012-05-22 07:08:34 +08:00
require
(
"JS/1to1/test_require_second.js"
)
;
Renamed namespace 'cocos' to 'cc' in javascript bindings.
2012-06-29 15:47:47 +08:00
cc
.
log
(
"value: "
+
value
)
;