Преглед изворни кода

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…
Откажи
Сачувај