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:
a4b8050
)
Remove trailing whitespace.
author
Mike Taylor
<mike@indexdata.com>
Thu, 8 May 2014 12:55:03 +0000
(13:55 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 8 May 2014 12:55:03 +0000
(13:55 +0100)
src/mkws-widget-main.js
patch
|
blob
|
history
diff --git
a/src/mkws-widget-main.js
b/src/mkws-widget-main.js
index
cf2c46f
..
980cde2
100644
(file)
--- a/
src/mkws-widget-main.js
+++ b/
src/mkws-widget-main.js
@@
-234,7
+234,7
@@
mkws.registerWidgetType('Search', function() {
mkws.registerWidgetType('SearchForm', function() {
- var team = this.team;
+ var team = this.team;
$(this.node).submit(function() {
var val = team.widget('Query').value();
team.newSearch(val);