Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
4c970b40
Commit
4c970b40
authored
5 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
29ee1457
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6373
Remove is item accessible
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/js/itemAvailability.js
+1
-3
1 addition, 3 deletions
src/js/itemAvailability.js
with
1 addition
and
3 deletions
src/js/itemAvailability.js
+
1
−
3
View file @
4c970b40
/* intended to condense the clothing/toy/etc availability checks into something less asinine */
window
.
isItemAccessible
=
(
function
()
{
window
.
isItemAccessible
=
(
function
()
{
return
{
return
{
array
:
array
,
array
:
array
,
...
@@ -7,7 +5,7 @@ window.isItemAccessible = (function() {
...
@@ -7,7 +5,7 @@ window.isItemAccessible = (function() {
};
};
/**
/**
* Checks whether
clothing
is accessible
* Checks whether
an item
is accessible
* @param {string} string Name of wearable item
* @param {string} string Name of wearable item
* @param {string} category that item is in clothing, collar, etc
* @param {string} category that item is in clothing, collar, etc
* @param {App.Entity.SlaveState} slave
* @param {App.Entity.SlaveState} slave
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment