From 10faf0069cf6446067fcebe723c6ffb32b36eb7b Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Thu, 15 Aug 2013 15:04:21 -0700 Subject: [PATCH] Remove byte order mark in file --- package.json | 2 +- public/js/HTMLApi.js | 2 +- public/js/jquery.scrollintoview.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1f10678..78fa5d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gdapi-ui", - "version": "1.2.6-dev", + "version": "1.2.6", "dependencies": { "gd-assets": "1.0.x" } diff --git a/public/js/HTMLApi.js b/public/js/HTMLApi.js index 06ccced..e94ea99 100644 --- a/public/js/HTMLApi.js +++ b/public/js/HTMLApi.js @@ -1459,7 +1459,7 @@ HTMLApi.prototype.getFormValues = function(mode, method, schema) if ( v === this._magicNull ) { // Don't send nullable fields if null, unless the current value is not null - if ( field.nullable && !this._editData[k] ) + if ( field.nullable && this._editData && !this._editData[k] ) continue; else v = null; diff --git a/public/js/jquery.scrollintoview.js b/public/js/jquery.scrollintoview.js index 17812df..a5f9a4c 100644 --- a/public/js/jquery.scrollintoview.js +++ b/public/js/jquery.scrollintoview.js @@ -1,4 +1,4 @@ -/*! +/*! * jQuery scrollintoview() plugin and :scrollable selector filter * * Version 1.8 (14 Jul 2011)