projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99af6dc
)
Use this.log() instead of mkws.log(), to get team-specific logging prefix.
author
Mike Taylor
<mike@indexdata.com>
Wed, 22 Oct 2014 16:24:29 +0000
(17:24 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 22 Oct 2014 16:24:29 +0000
(17:24 +0100)
src/mkws-popup.js
patch
|
blob
|
history
diff --git
a/src/mkws-popup.js
b/src/mkws-popup.js
index
97156c0
..
48e375a
100644
(file)
--- a/
src/mkws-popup.js
+++ b/
src/mkws-popup.js
@@
-6,7
+6,7
@@
// $(document).ready(function () {
mkws.registerWidgetType('popup', function() {
var $ = mkws.$;
- var debug = mkws.log;
+ var debug = this.log;
debug("init popup window");
var popup_window = $(this.node);