Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ForInstalledPython/glow.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion GlowScriptOffline/glowscript_libraries/glow.3.0.min.js

Large diffs are not rendered by default.

Binary file modified GlowScriptOffline3.0.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions ide/ide.js
Original file line number Diff line number Diff line change
Expand Up @@ -1383,8 +1383,8 @@ $(function () {
ev.preventDefault()
// If I don't pass anything for features, I get a new tab instead
var features = "titlebar=yes,location=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes"
window.open("/#/", "GlowScriptRun", features, true)
window.open(run_link, "GlowScriptRun", features, true)
window.open("/#/", "GlowScriptRun", features)
window.open(run_link, "GlowScriptRun", features)
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/glow/primitives.js
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
var oldargs = {canvas:cvs, pos:pos, __radius:this.__radius,
__shininess:this.__shininess, __emissive:this.__emissive,
visible:true, __pickable:this.__pickable}
ret = new curve(oldargs)
ret = curve(oldargs)
} else if (this instanceof helix) {
var oldargs = {canvas:cvs, __thickness:this.__thickness, __coils:this.__coils,
__shininess:this.__shininess, __emissive:this.__emissive,
Expand Down
2 changes: 1 addition & 1 deletion package/glow.3.0.min.js

Large diffs are not rendered by default.