提交 86609a06 编写于 作者: M Minwe

replace `arguments.callee`, fix error in strict mode

上级 188ffe05
......@@ -387,7 +387,7 @@ define(function(require, exports, module) {
*/
UI.template = function(id, data) {
var me = arguments.callee;
var me = UI.template;
if (!me.cache[id]) me.cache[id] = (function () {
var name = id,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册