Changeset 3434530
- Timestamp:
- 01/07/2026 05:00:56 PM (3 months ago)
- File:
-
- 1 edited
-
admin-menu-editor/trunk/includes/module.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-menu-editor/trunk/includes/module.php
r3432118 r3434530 329 329 } 330 330 331 public function ko(): self { 332 $this->add('ame-knockout'); 333 return $this; 334 } 335 331 336 public function koExtensions(): self { 332 337 $this->add('ame-ko-extensions'); … … 341 346 } 342 347 348 public function actorManager(): self { 349 $this->add('ame-actor-manager'); 350 return $this; 351 } 352 343 353 public function selector(): self { 344 354 $this->add('ame-actor-selector'); … … 362 372 } 363 373 374 public function proCommonLib(): self { 375 $this->add('ame-pro-common-lib'); 376 return $this; 377 } 378 364 379 /** 365 380 * Add Knockout and it's extensions, actor selector/manager, and Lodash.
Note: See TracChangeset
for help on using the changeset viewer.