[Rt-commit] rt branch, 3.999-trunk, updated. a50015534dbf8a0c61d19264909a2d799610b9fa
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Jan 29 01:27:11 EST 2010
The branch, 3.999-trunk has been updated
via a50015534dbf8a0c61d19264909a2d799610b9fa (commit)
from 2ecfca5748cc60a0614ae31adf3d6ce09c64a915 (commit)
Summary of changes:
share/web/static/js/rulebuilder.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit a50015534dbf8a0c61d19264909a2d799610b9fa
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jan 29 14:25:48 2010 +0800
to make ie<8 happy, tweak js a tiny bit
diff --git a/share/web/static/js/rulebuilder.js b/share/web/static/js/rulebuilder.js
index 1dabe9c..538a127 100644
--- a/share/web/static/js/rulebuilder.js
+++ b/share/web/static/js/rulebuilder.js
@@ -333,7 +333,7 @@ RuleBuilder.prototype.filter_expression_type = function (type) {
Module("RuleBuilder2", function(m) {
Class("SelfEvalContext", {
- has: { context: { is: "rw" },
+ has: { context: { is: "rw" }
},
after: {
initialize: function() {
@@ -344,7 +344,7 @@ Module("RuleBuilder2", function(m) {
} )
.appendTo(this.context.element)
.trigger('focus');
- },
+ }
},
methods: {
set_value: function(val) {
@@ -371,7 +371,7 @@ Module("RuleBuilder2", function(m) {
Class("ArrayContext", {
has: { context: { is: "rw" },
builder: { is: "rw" },
- inner_type: { is: "rw" },
+ inner_type: { is: "rw" }
},
after: {
initialize: function() {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list