good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1a6b7de0 authored by Arkadiy Paronyan's avatar Arkadiy Paronyan
Browse files

removed splitter.qml

parent 0994efa6
No related branches found
No related tags found
No related merge requests found
...@@ -903,7 +903,6 @@ var ProviderManager = function() { ...@@ -903,7 +903,6 @@ var ProviderManager = function() {
data.data._id = self.id; data.data._id = self.id;
self.id++; self.id++;
var result = self.provider.send(data.data); var result = self.provider.send(data.data);
result = JSON.parse(result); result = JSON.parse(result);
// dont call the callback if result is not an array, or empty one // dont call the callback if result is not an array, or empty one
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment