afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
444 stars 83 forks source link

Bower fails to install current in master? #120

Closed CNSKnight closed 10 years ago

CNSKnight commented 10 years ago

Strange but true and IDK if this is a Bower-vs-backbone-nested issue :{

/**
 * Backbone-Nested 2.0.0 - An extension of Backbone.js that keeps track of...
 *
 * http://afeld.github.com/backbone-nested/
 *
 * Copyright (c) 2011-2012 Aidan Feldman
 * MIT Licensed (LICENSE)
 */
/*global $, _, Backbone */
(function(){
  'use strict';

  var _delayedTriggers = [],
    nestedChanges;

  Backbone.NestedModel = Backbone.Model.extend({
...

¿Where's the module'ized version in Master?

bower v1.3.8 Win7

afeld commented 10 years ago

The Bower installation worked fine... there were just unreleased changes. Just tagged v2.0.1 and published to NPM, so try a bower update bower-nested-model.