git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.3.0 - Released 10/06/2010
[extjs.git]
/
src
/
data
/
Record.js
diff --git
a/src/data/Record.js
b/src/data/Record.js
index
fcb1f55
..
f80bc85
100644
(file)
--- a/
src/data/Record.js
+++ b/
src/data/Record.js
@@
-1,6
+1,6
@@
/*!
/*!
- * Ext JS Library 3.
1.1
- * Copyright(c) 2006-2010 Ext JS,
LLC
+ * Ext JS Library 3.
3.0
+ * Copyright(c) 2006-2010 Ext JS,
Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
* licensing@extjs.com
* http://www.extjs.com/license
*/
@@
-74,7
+74,7
@@
var myNewRecord = new TopicRecord(
myStore.{@link Ext.data.Store#add add}(myNewRecord);
</code></pre>
* @method create
myStore.{@link Ext.data.Store#add add}(myNewRecord);
</code></pre>
* @method create
- * @return {
f
unction} A constructor which is used to create new Records according
+ * @return {
F
unction} A constructor which is used to create new Records according
* to the definition. The constructor has the same signature as {@link #Record}.
* @static
*/
* to the definition. The constructor has the same signature as {@link #Record}.
* @static
*/
@@
-236,7
+236,7
@@
rec.{@link #commit}(); // updates the view
// private
afterEdit : function(){
// private
afterEdit : function(){
- if
(this.store)
{
+ if
(this.store != undefined && typeof this.store.afterEdit == "function")
{
this.store.afterEdit(this);
}
},
this.store.afterEdit(this);
}
},