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
6e13c432
Commit
6e13c432
authored
6 years ago
by
vas
Browse files
Options
Downloads
Patches
Plain Diff
fix bad class declarations
parent
235abe40
No related branches found
No related tags found
2 merge requests
!2176
Pregmod master ra rework
,
!2047
RA rework
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/js/rulesAssistantOptions.tw
+7
-7
7 additions, 7 deletions
src/js/rulesAssistantOptions.tw
with
7 additions
and
7 deletions
src/js/rulesAssistantOptions.tw
+
7
−
7
View file @
6e13c432
...
@@ -8,9 +8,7 @@
...
@@ -8,9 +8,7 @@
window.rulesAssistantOptions = (function() {
window.rulesAssistantOptions = (function() {
"use strict";
"use strict";
let V;
let V;
let r = "";
function rulesAssistantOptions(element) {
function rulesAssistantOptions(element) {
V = State.variables;
V = State.variables;
...
@@ -711,7 +709,7 @@ window.rulesAssistantOptions = (function() {
...
@@ -711,7 +709,7 @@ window.rulesAssistantOptions = (function() {
}
}
}
}
class AssignmentInclusion extends ButtonList
()
{
class AssignmentInclusion extends ButtonList {
constructor() {
constructor() {
super("Apply to assignments");
super("Apply to assignments");
["Rest", "Fucktoy", "Subordinate Slave", "House Servant", "Confined", "Whore", "Public Servant", "Classes", "Milked", "Gloryhole"].forEach(
["Rest", "Fucktoy", "Subordinate Slave", "House Servant", "Confined", "Whore", "Public Servant", "Classes", "Milked", "Gloryhole"].forEach(
...
@@ -738,7 +736,7 @@ window.rulesAssistantOptions = (function() {
...
@@ -738,7 +736,7 @@ window.rulesAssistantOptions = (function() {
}
}
}
}
class FacilityInclusion extends ButtonList
()
{
class FacilityInclusion extends ButtonList {
constructor() {
constructor() {
super("Apply to assignments");
super("Apply to assignments");
const facilities = [];
const facilities = [];
...
@@ -1215,7 +1213,7 @@ window.rulesAssistantOptions = (function() {
...
@@ -1215,7 +1213,7 @@ window.rulesAssistantOptions = (function() {
["Full-term with septuplets", 105000],
["Full-term with septuplets", 105000],
["Full-term with octuplets", 120000]
["Full-term with octuplets", 120000]
];
];
super("Belly implant target volume (if present)");
super("Belly implant target volume (if present)"
, pairs
);
this.setValue(V.currentRule.set.bellyImplantVol);
this.setValue(V.currentRule.set.bellyImplantVol);
this.onchange = (value) => V.currentRule.set.bellyImplantVol = value;
this.onchange = (value) => V.currentRule.set.bellyImplantVol = value;
}
}
...
@@ -2106,7 +2104,7 @@ window.rulesAssistantOptions = (function() {
...
@@ -2106,7 +2104,7 @@ window.rulesAssistantOptions = (function() {
}
}
}
}
class EarPiecingList extends List {
class EarPie
r
cingList extends List {
constructor() {
constructor() {
const pairs = [
const pairs = [
["No default setting", "no default setting"],
["No default setting", "no default setting"],
...
@@ -2217,7 +2215,7 @@ window.rulesAssistantOptions = (function() {
...
@@ -2217,7 +2215,7 @@ window.rulesAssistantOptions = (function() {
}
}
}
}
class Clip
t
PiercingList extends List {
class ClipPiercingList extends List {
constructor() {
constructor() {
const pairs = [
const pairs = [
["No default setting", "no default setting"],
["No default setting", "no default setting"],
...
@@ -2919,4 +2917,6 @@ window.rulesAssistantOptions = (function() {
...
@@ -2919,4 +2917,6 @@ window.rulesAssistantOptions = (function() {
this.onchange = (value) => V.currentRule.set.surgery_hair = value;
this.onchange = (value) => V.currentRule.set.surgery_hair = value;
}
}
}
}
return rulesAssistantOptions
})();
})();
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