tweak setDomLibrary changelog

This commit is contained in:
Jeremy Ashkenas
2012-12-14 11:14:31 -05:00
parent bc8b829225
commit 8d243b5e78

View File

@@ -3933,7 +3933,8 @@ ActiveRecord::Base.include_root_in_json = false
the model <tt>isNew</tt>.
</li>
<li>
<tt>Backbone.setDomLibrary()</tt> is deprecated in favor of setting <tt>Backbone.$</tt>
To set what library Backbone uses for DOM manipulation and Ajax calls,
use <tt>Backbone.$ = ...</tt> instead of <tt>setDomLibrary</tt>.
</li>
</ul>