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') { ...@@ -1179,6 +1179,7 @@ if (typeof document.contains !== 'function') {
} }
this.__service_list.push(function () { this.__service_list.push(function () {
var queue_loop = new RSVP.Queue(), var queue_loop = new RSVP.Queue(),
context = this,
wait = function () { wait = function () {
queue_loop queue_loop
.push(function () { .push(function () {
...@@ -1189,7 +1190,7 @@ if (typeof document.contains !== 'function') { ...@@ -1189,7 +1190,7 @@ if (typeof document.contains !== 'function') {
return promiseAnimationFrame(); return promiseAnimationFrame();
}) })
.push(function () { .push(function () {
return callback.apply(this, []); return callback.apply(context, []);
}) })
.push(function () { .push(function () {
wait(); wait();
......
This diff is collapsed.
{ {
"name": "renderjs", "name": "renderjs",
"version": "0.16.0", "version": "0.16.1",
"description": "RenderJs provides HTML5 gadgets", "description": "RenderJs provides HTML5 gadgets",
"main": "dist/renderjs-latest.js", "main": "dist/renderjs-latest.js",
"dependencies": { "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