1
0
mirror of synced 2025-02-09 16:49:24 +03:00

added new loaded event. fixes #930

This commit is contained in:
Igor Vaynberg 2013-03-14 12:00:06 -07:00
parent 86a8190080
commit 3be8547584

View File

@ -1454,6 +1454,8 @@ the specific language governing permissions and limitations under the Apache Lic
this.postprocessResults(data, initial);
postRender();
this.opts.element.trigger({ type: "loaded", data:data });
})});
},