Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
aa
wiki
Commits
281e4d05
Commit
281e4d05
authored
Feb 26, 2013
by
eric
Browse files
Prevent aa.annotation.js from logging to the console by default
parent
a377e3bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
aawiki/static/aawiki/js/jquery.aa.annotation.js
View file @
281e4d05
...
...
@@ -164,7 +164,7 @@
}
var
bar
=
function
()
{
console
.
log
(
this
);
//
console.log(this);
$
(
this
).
ffind
(
"
section
"
).
wrapContent
();
$
(
this
).
find
(
"
:header
"
)
...
...
@@ -176,7 +176,7 @@
};
var
foo
=
function
()
{
console
.
log
(
this
);
//
console.log(this);
bar
.
apply
(
this
);
$
(
this
).
on
(
"
geometrychange
"
,
onSectionGeometryChangeTriggered
);
...
...
Write
Preview
Supports
Markdown
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