Commit be096475 authored by Romain Courteaud's avatar Romain Courteaud

Release version 0.16.1

parent b1abe030
This diff is collapsed.
This diff is collapsed.
......@@ -1179,6 +1179,7 @@ if (typeof document.contains !== 'function') {
}
this.__service_list.push(function () {
var queue_loop = new RSVP.Queue(),
context = this,
wait = function () {
queue_loop
.push(function () {
......@@ -1189,7 +1190,7 @@ if (typeof document.contains !== 'function') {
return promiseAnimationFrame();
})
.push(function () {
return callback.apply(this, []);
return callback.apply(context, []);
})
.push(function () {
wait();
......
This diff is collapsed.
{
"name": "renderjs",
"version": "0.16.0",
"version": "0.16.1",
"description": "RenderJs provides HTML5 gadgets",
"main": "dist/renderjs-latest.js",
"dependencies": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment