Remove byte order mark in file

This commit is contained in:
Vincent Fiduccia 2013-08-15 15:04:21 -07:00
parent 36b3427b7a
commit 10faf0069c
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "gdapi-ui",
"version": "1.2.6-dev",
"version": "1.2.6",
"dependencies": {
"gd-assets": "1.0.x"
}

View File

@ -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;

View File

@ -1,4 +1,4 @@
/*!
/*!
* jQuery scrollintoview() plugin and :scrollable selector filter
*
* Version 1.8 (14 Jul 2011)