issue #24202: we are unready for Object dot observe
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 22 Jul 2014 17:24:24 +0000 (13:24 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Tue, 22 Jul 2014 17:24:24 +0000 (13:24 -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.