浏览代码

Forgot to add last commit.

dev-tmpl
Bryan Miller 6 年前
父节点
当前提交
4f7d9d494e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/js/ifaces/ISurface.js

+ 1
- 1
app/js/ifaces/ISurface.js 查看文件

if (prop < 0) if (prop < 0)
throw new RangeError("Index is out of bounds."); throw new RangeError("Index is out of bounds.");
return obj.__default_pi[4]; return obj.__default_pi[4];
}
},


set: function(obj, prop, value){ set: function(obj, prop, value){
if (!Utils.isInt(prop)) if (!Utils.isInt(prop))

正在加载...
取消
保存