bugfix for chrome 36
authorSteve Hackbarth <stephenhackbarth@gmail.com>
Wed, 23 Jul 2014 21:20:19 +0000 (17:20 -0400)
committerSteve Hackbarth <stephenhackbarth@gmail.com>
Wed, 23 Jul 2014 21:20:19 +0000 (17:20 -0400)
lib/backbone-x/source/model_mixin.js
package.json

index b877b73..dd91679 100644 (file)
@@ -5,6 +5,8 @@
 (function () {
   'use strict';
 
+  Object.observe = undefined;
+
   /**
     Abstract check for attribute level privilege access.
 
index 1ad7be3..d6a4db9 100644 (file)
@@ -2,7 +2,7 @@
   "author": "xTuple <dev@xtuple.com>",
   "name": "xtuple",
   "description": "xTuple Enterprise Resource Planning Mobile-Web client",
-  "version": "4.5.2",
+  "version": "4.5.2-1",
   "repository": {
     "type": "git",
     "url": "https://github.com/xtuple/xtuple.git"