sproutcore 1.6.0.beta.2-java → 1.6.0.beta.3-java
Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG
CHANGED
data/VERSION.yml
CHANGED
@@ -64,10 +64,8 @@ SC.TextField = SC.TemplateView.extend(
|
|
64
64
|
this._value = value;
|
65
65
|
input.val(value);
|
66
66
|
} else if (input.length) {
|
67
|
-
if(window.billy) { debugger; }
|
68
67
|
this._value = value = input.val();
|
69
68
|
} else {
|
70
|
-
if(window.billy) { debugger; }
|
71
69
|
value = this._value;
|
72
70
|
}
|
73
71
|
|
@@ -36,7 +36,7 @@ if (typeof console === 'undefined') {
|
|
36
36
|
// rest of the methods go into the mixin defined below.
|
37
37
|
|
38
38
|
/**
|
39
|
-
@version 1.6.0.beta.
|
39
|
+
@version 1.6.0.beta.3
|
40
40
|
@namespace
|
41
41
|
|
42
42
|
All SproutCore methods and functions are defined
|
@@ -57,7 +57,7 @@ if (typeof console === 'undefined') {
|
|
57
57
|
window.SC = window.SC || {} ;
|
58
58
|
window.SproutCore = window.SproutCore || SC ;
|
59
59
|
|
60
|
-
SC.VERSION = '1.6.0.beta.
|
60
|
+
SC.VERSION = '1.6.0.beta.3';
|
61
61
|
|
62
62
|
/**
|
63
63
|
@private
|