Advertisement
Guest User

Untitled

a guest
Jul 12th, 2012
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. Uncaught TypeError: Object function (attributes, options) {
  2. var defaults;
  3. attributes || (attributes = {});
  4. if (options && options.parse) attributes = this.parse(attributes);
  5. if (defaults = getValue(this, 'defaults')) {
  6. attributes = _.extend({}, defaults, attributes);
  7. }
  8. if (options && options.collection) this.collection = options.collection;
  9. this.attributes = {};
  10. this._escapedAttributes = {};
  11. this.cid = _.uniqueId('c');
  12. this.changed = {};
  13. this._silent = {};
  14. this._pending = {};
  15. this.set(attributes, {silent: true});
  16. // Reset change tracking.
  17. this.changed = {};
  18. this._silent = {};
  19. this._pending = {};
  20. this._previousAttributes = _.clone(this.attributes);
  21. this.initialize.apply(this, arguments);
  22. } has no method '_bindRoutes' backbone.js:871
  23. Uncaught TypeError: Cannot call method 'extend' of undefined currentUser_model.js:10
  24. 11Uncaught TypeError: Object function (attributes, options) {
  25. var defaults;
  26. attributes || (attributes = {});
  27. if (options && options.parse) attributes = this.parse(attributes);
  28. if (defaults = getValue(this, 'defaults')) {
  29. attributes = _.extend({}, defaults, attributes);
  30. }
  31. if (options && options.collection) this.collection = options.collection;
  32. this.attributes = {};
  33. this._escapedAttributes = {};
  34. this.cid = _.uniqueId('c');
  35. this.changed = {};
  36. this._silent = {};
  37. this._pending = {};
  38. this.set(attributes, {silent: true});
  39. // Reset change tracking.
  40. this.changed = {};
  41. this._silent = {};
  42. this._pending = {};
  43. this._previousAttributes = _.clone(this.attributes);
  44. this.initialize.apply(this, arguments);
  45. } has no method '_bindRoutes' backbone.js:871
  46. Uncaught TypeError: Cannot call method 'extend' of undefined tag_model.js:6
  47. 3Uncaught TypeError: Object function (attributes, options) {
  48. var defaults;
  49. attributes || (attributes = {});
  50. if (options && options.parse) attributes = this.parse(attributes);
  51. if (defaults = getValue(this, 'defaults')) {
  52. attributes = _.extend({}, defaults, attributes);
  53. }
  54. if (options && options.collection) this.collection = options.collection;
  55. this.attributes = {};
  56. this._escapedAttributes = {};
  57. this.cid = _.uniqueId('c');
  58. this.changed = {};
  59. this._silent = {};
  60. this._pending = {};
  61. this.set(attributes, {silent: true});
  62. // Reset change tracking.
  63. this.changed = {};
  64. this._silent = {};
  65. this._pending = {};
  66. this._previousAttributes = _.clone(this.attributes);
  67. this.initialize.apply(this, arguments);
  68. } has no method '_bindRoutes' backbone.js:871
  69. Uncaught TypeError: Cannot call method 'on' of undefined notification_view.js:15
  70. Uncaught TypeError: Object function (attributes, options) {
  71. var defaults;
  72. attributes || (attributes = {});
  73. if (options && options.parse) attributes = this.parse(attributes);
  74. if (defaults = getValue(this, 'defaults')) {
  75. attributes = _.extend({}, defaults, attributes);
  76. }
  77. if (options && options.collection) this.collection = options.collection;
  78. this.attributes = {};
  79. this._escapedAttributes = {};
  80. this.cid = _.uniqueId('c');
  81. this.changed = {};
  82. this._silent = {};
  83. this._pending = {};
  84. this.set(attributes, {silent: true});
  85. // Reset change tracking.
  86. this.changed = {};
  87. this._silent = {};
  88. this._pending = {};
  89. this._previousAttributes = _.clone(this.attributes);
  90. this.initialize.apply(this, arguments);
  91. } has no method '_bindRoutes' backbone.js:871
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement