[#25,typo][xs]: left in console.log.

This commit is contained in:
Rufus Pollock 2012-02-18 07:44:35 +00:00
parent cf42e43ff0
commit 0364f3e847

View File

@ -94,7 +94,6 @@ my.Field = Backbone.Model.extend({
// In addition to normal backbone initialization via a Hash you can also
// just pass a single argument representing id to the ctor
initialize: function(data) {
console.log(data);
// if a hash not passed in the first argument is set as value for key 0
if ('0' in data) {
this.set({id: data['0']});