mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 00:14:02 +01:00
update Beets
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
},
|
||||
|
||||
// Fetch the model from the server. If the server's representation of the
|
||||
// model differs from its current attributes, they will be overriden,
|
||||
// model differs from its current attributes, they will be overridden,
|
||||
// triggering a `"change"` event.
|
||||
fetch : function(options) {
|
||||
options || (options = {});
|
||||
@@ -885,7 +885,7 @@
|
||||
};
|
||||
|
||||
// Element lookup, scoped to DOM elements within the current view.
|
||||
// This should be prefered to global lookups, if you're dealing with
|
||||
// This should be preferred to global lookups, if you're dealing with
|
||||
// a specific view.
|
||||
var selectorDelegate = function(selector) {
|
||||
return $(selector, this.el);
|
||||
@@ -984,7 +984,7 @@
|
||||
// Ensure that the View has a DOM element to render into.
|
||||
// If `this.el` is a string, pass it through `$()`, take the first
|
||||
// matching element, and re-assign it to `el`. Otherwise, create
|
||||
// an element from the `id`, `className` and `tagName` proeprties.
|
||||
// an element from the `id`, `className` and `tagName` properties.
|
||||
_ensureElement : function() {
|
||||
if (!this.el) {
|
||||
var attrs = this.attributes || {};
|
||||
|
||||
Reference in New Issue
Block a user