FS-8087 #comment fix typo in callback name

This commit is contained in:
Anthony Minessale
2015-08-28 14:34:31 -05:00
parent 1727b457af
commit d36c9fdd56
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@
}
if (obj.useCamera) {
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, obj ? obj.resCheck : undefined);
$.FSRTC.getValidRes(verto.options.deviceParams.useCamera, obj ? obj.onResCheck : undefined);
}
};