Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
b9c1e4dd
Commit
b9c1e4dd
authored
Feb 07, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
descritption -> description
parent
eaca2c7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
cell/model/autofilters.js
cell/model/autofilters.js
+6
-6
No files found.
cell/model/autofilters.js
View file @
b9c1e4dd
...
@@ -240,7 +240,7 @@
...
@@ -240,7 +240,7 @@
var
g_oAdvancedTableInfoSettings
=
{
var
g_oAdvancedTableInfoSettings
=
{
title
:
0
,
title
:
0
,
descri
t
ption
:
1
description
:
1
};
};
function
AdvancedTableInfoSettings
()
{
function
AdvancedTableInfoSettings
()
{
...
@@ -250,7 +250,7 @@
...
@@ -250,7 +250,7 @@
this
.
Properties
=
g_oAdvancedTableInfoSettings
;
this
.
Properties
=
g_oAdvancedTableInfoSettings
;
this
.
title
=
null
;
this
.
title
=
null
;
this
.
descri
t
ption
=
null
;
this
.
description
=
null
;
return
this
;
return
this
;
}
}
...
@@ -266,7 +266,7 @@
...
@@ -266,7 +266,7 @@
getProperty
:
function
(
nType
)
{
getProperty
:
function
(
nType
)
{
switch
(
nType
)
{
switch
(
nType
)
{
case
this
.
Properties
.
title
:
return
this
.
title
;
break
;
case
this
.
Properties
.
title
:
return
this
.
title
;
break
;
case
this
.
Properties
.
descri
tption
:
return
this
.
descrit
ption
;
break
;
case
this
.
Properties
.
descri
ption
:
return
this
.
descri
ption
;
break
;
}
}
return
null
;
return
null
;
...
@@ -274,15 +274,15 @@
...
@@ -274,15 +274,15 @@
setProperty
:
function
(
nType
,
value
)
{
setProperty
:
function
(
nType
,
value
)
{
switch
(
nType
)
{
switch
(
nType
)
{
case
this
.
Properties
.
title
:
this
.
title
=
value
;
break
;
case
this
.
Properties
.
title
:
this
.
title
=
value
;
break
;
case
this
.
Properties
.
descri
tption
:
this
.
descrit
ption
=
value
;
break
;
case
this
.
Properties
.
descri
ption
:
this
.
descri
ption
=
value
;
break
;
}
}
},
},
asc_setTitle
:
function
(
val
)
{
this
.
title
=
val
;},
asc_setTitle
:
function
(
val
)
{
this
.
title
=
val
;},
asc_setDescri
tption
:
function
(
val
)
{
this
.
descrit
ption
=
val
;
},
asc_setDescri
ption
:
function
(
val
)
{
this
.
descri
ption
=
val
;
},
asc_getTitle
:
function
()
{
return
this
.
title
;
},
asc_getTitle
:
function
()
{
return
this
.
title
;
},
asc_getDescri
tption
:
function
()
{
return
this
.
descrit
ption
;
}
asc_getDescri
ption
:
function
()
{
return
this
.
descri
ption
;
}
};
};
var
g_oAutoFilterObj
=
{
var
g_oAutoFilterObj
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment