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:
9eb98d7
)
Use this.info() instead of now-removed this.log()
author
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 11:16:05 +0000
(11:16 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 11:16:05 +0000
(11:16 +0000)
src/mkws-popup.js
patch
|
blob
|
history
diff --git
a/src/mkws-popup.js
b/src/mkws-popup.js
index
7cc3792
..
54ef152
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 = this.log;
+ var debug = this.info;
debug("init popup window");
var popup_window = $(this.node);