Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
c69e59fe
Commit
c69e59fe
authored
Feb 11, 2016
by
Jonathan Wilkes
Browse files
remove more debug messages
parent
e13c4198
Changes
4
Show whitespace changes
Inline
Side-by-side
pd/nw/dialog_canvas.html
View file @
c69e59fe
...
...
@@ -574,7 +574,6 @@ function apply() {
function
cancel
()
{
var
i
,
attrs
,
gfxstub
;
pdgui
.
post
(
"
closing the window at this point
"
);
//window.close(true);
pdgui
.
pdsend
(
pd_object_callback
,
"
cancel
"
);
for
(
i
=
0
;
i
<
pd_garray_attrs
.
length
;
i
++
)
{
...
...
pd/nw/dialog_font.html
View file @
c69e59fe
...
...
@@ -121,7 +121,6 @@ function apply() {
}
function
cancel
()
{
pdgui
.
post
(
"
closing the window at this point
"
);
//window.close(true);
pdgui
.
pdsend
(
pd_object_callback
,
"
cancel
"
);
}
...
...
pd/nw/dialog_gatom.html
View file @
c69e59fe
...
...
@@ -211,7 +211,6 @@ function send_params(attrs, create_undo_point) {
function
cancel
(
revert_changes
)
{
var
dirty
=
false
,
attr
;
pdgui
.
post
(
"
closing the window at this point
"
);
//window.close(true);
if
(
revert_changes
)
{
for
(
attr
in
old_attrs
)
{
...
...
pd/nw/dialog_iemgui.html
View file @
c69e59fe
...
...
@@ -509,7 +509,6 @@ function send_params(attrs, create_undo_point) {
function
cancel
(
revert_changes
)
{
var
dirty
=
false
,
attr
;
pdgui
.
post
(
"
closing the window at this point
"
);
//window.close(true);
if
(
revert_changes
)
{
for
(
attr
in
old_attrs
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment