summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs
diff options
context:
space:
mode:
authorkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-26 18:05:17 +0000
committerkathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-26 18:05:17 +0000
commita2bf82f595bf80542ea5011656a86f8fc89e17ee (patch)
tree06277973da4fdeecc9d8b692379e68894c80b3ee /chrome/common/extensions/docs
parent454914eec6fdbd466eddd0edf8b03860d14ce20b (diff)
downloadchromium_src-a2bf82f595bf80542ea5011656a86f8fc89e17ee.zip
chromium_src-a2bf82f595bf80542ea5011656a86f8fc89e17ee.tar.gz
chromium_src-a2bf82f595bf80542ea5011656a86f8fc89e17ee.tar.bz2
Fix a bug in the WebKit code sample
BUG=25804 TEST=none TBR=aa Review URL: http://codereview.chromium.org/333027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r--chrome/common/extensions/docs/api_other.html2
-rw-r--r--chrome/common/extensions/docs/static/api_other.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/api_other.html b/chrome/common/extensions/docs/api_other.html
index 087b964..c2bdc8b 100644
--- a/chrome/common/extensions/docs/api_other.html
+++ b/chrome/common/extensions/docs/api_other.html
@@ -252,7 +252,7 @@ E.g. window.open(someUrl). --></dd>
<pre>&lt;style&gt;
div:hover {
-webkit-transform: rotate(360deg);
- -webkit-transition: all sl ease-out;
+ -webkit-transition: all 1s ease-out;
}
&lt;/style&gt;
</pre>
diff --git a/chrome/common/extensions/docs/static/api_other.html b/chrome/common/extensions/docs/static/api_other.html
index e208ad2..b66fcc1 100644
--- a/chrome/common/extensions/docs/static/api_other.html
+++ b/chrome/common/extensions/docs/static/api_other.html
@@ -38,7 +38,7 @@ E.g. window.open(someUrl). --></dd>
<pre>&lt;style>
div:hover {
-webkit-transform: rotate(360deg);
- -webkit-transition: all sl ease-out;
+ -webkit-transition: all 1s ease-out;
}
&lt;/style>
</pre>