backport chrome fix to 4.5
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Wed, 23 Jul 2014 18:33:14 +0000 (14:33 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Wed, 23 Jul 2014 18:33:14 +0000 (14:33 -0400)
lib/backbone-x/source/model_mixin.js

index b877b73..dd91679 100644 (file)
@@ -5,6 +5,8 @@
 (function () {
   'use strict';
 
+  Object.observe = undefined;
+
   /**
     Abstract check for attribute level privilege access.