之前用的1.3.1版本,使用正常,现在切换到2.0后,require文件后能正常下载js文件,但无法加载返回的对象,即var $ = require('jquery');返回的$为null,接下来就报Uncaught TypeError: object is not a function错了。但var math = require('./math')这样返回的业务对象没有问题,可以正确加载使用。请指点一二,谢谢。
--
You received this message because you are subscribed to the Google Groups "seajs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seajs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--