소스 검색

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 파일 보기

@@ -26,7 +26,7 @@ export default class ISurface{
if (prop < 0)
throw new RangeError("Index is out of bounds.");
return obj.__default_pi[4];
}
},

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

Loading…
취소
저장