git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4074a
)
added space after 'ok'
author
kramm
<kramm>
Tue, 23 Dec 2008 19:01:29 +0000
(19:01 +0000)
committer
kramm
<kramm>
Tue, 23 Dec 2008 19:01:29 +0000
(19:01 +0000)
lib/as3/ok/return.as
patch
|
blob
|
history
diff --git
a/lib/as3/ok/return.as
b/lib/as3/ok/return.as
index
4d421f6
..
df57783
100644
(file)
--- a/
lib/as3/ok/return.as
+++ b/
lib/as3/ok/return.as
@@
-4,10
+4,10
@@
package {
function Test() {
}
function getok1() {
- return "ok1/2";
+ return "ok 1/2";
}
function getok2():String {
- return "ok2/2";
+ return "ok 2/2";
}
};