This website works better with JavaScript.
Home
Explore
Help
Sign In
ObsidianBlk
/
nespaint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Forgot to add last commit.
dev-tmpl
Bryan Miller
6 years ago
parent
82e88847df
commit
4f7d9d494e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
app/js/ifaces/ISurface.js
+ 1
- 1
app/js/ifaces/ISurface.js
View File
@@ -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))
Write
Preview
Loading…
Cancel
Save