projects
/
browser-dbus-bridge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31b97c6
)
[html] Change instanceof operator to typeof test, since instanceof
author
Kalle Vahlman
<kalle.vahlman@movial.com>
Tue, 19 May 2009 07:31:15 +0000
(10:31 +0300)
committer
Kalle Vahlman
<kalle.vahlman@movial.com>
Tue, 19 May 2009 07:31:15 +0000
(10:31 +0300)
behaves funnily with reloads on WebKit. Not sure why
html/unit.html
patch
|
blob
|
history
diff --git
a/html/unit.html
b/html/unit.html
index 50ec2284e27380aa1832429b9445497f422d7fd3..f86b2d2fa9fc986cd61386a06e293684ebe773ee 100644
(file)
--- a/
html/unit.html
+++ b/
html/unit.html
@@
-72,7
+72,7
@@
Test.prototype =
var status = document.getElementById('status');
var send_arg;
- if (t
his.convert instanceof Function
)
+ if (t
ypeof this.convert === "function"
)
{
if (this.convert == dbus.Variant)
{