Commit c335849c authored by Romain Courteaud's avatar Romain Courteaud

Release version 0.6.0

parent 86809e30
This diff is collapsed.
This diff is collapsed.
...@@ -990,8 +990,6 @@ ...@@ -990,8 +990,6 @@
// window is the 'this' value when loading a javascript file // window is the 'this' value when loading a javascript file
// In this case, use the current loading gadget constructor // In this case, use the current loading gadget constructor
result = gadget_loading_klass; result = gadget_loading_klass;
} else if (selector instanceof RenderJSGadget) {
result = selector;
} }
if (result === undefined) { if (result === undefined) {
throw new Error("Unknown selector '" + selector + "'"); throw new Error("Unknown selector '" + selector + "'");
......
This diff is collapsed.
{ {
"name": "renderjs", "name": "renderjs",
"version": "0.5.1", "version": "0.6.0",
"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