Skip to content

Commit

Permalink
强化Obsever的定义
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Apr 10, 2013
1 parent 4a0f2b0 commit 2e14f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow.js
Expand Up @@ -13,7 +13,7 @@ define("flow", ["class"], function($) {
if (isFinite(c)) {
self[a] = +c;
} else {
self[a] = c || true
self[a] = c || true;
}
});
} else {
Expand Down

0 comments on commit 2e14f91

Please sign in to comment.