Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道commit()函数在哪里定义
commit()
get(this, 'currentTransaction').commit();
或者
get(this, 'defaultTransaction').commit();
在ember 数据中?
commit() 在DS.Transaction中定义。