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:
077bafa
)
Remove bizarre comment
author
Mike Taylor
<mike@indexdata.com>
Fri, 17 Oct 2014 11:13:17 +0000
(12:13 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 17 Oct 2014 11:13:17 +0000
(12:13 +0100)
src/mkws-popup.js
patch
|
blob
|
history
diff --git
a/src/mkws-popup.js
b/src/mkws-popup.js
index
bc54f3c
..
7496a07
100644
(file)
--- a/
src/mkws-popup.js
+++ b/
src/mkws-popup.js
@@
-9,7
+9,7
@@
mkws.registerWidgetType('Popup', function() {
var debug = mkws.log;
debug("init popup window");
- var popup_window = $(this.node); // mkws.registerWidgetType('Popup',....)
+ var popup_window = $(this.node);
// var popup_window = $(".mkwsPopup"); // $(document).ready()
if (!popup_window) {
debug("no popup found, skip...");