Plugin Directory

Changeset 3434530


Ignore:
Timestamp:
01/07/2026 05:00:56 PM (3 months ago)
Author:
whiteshadow
Message:

Minor: Add helper methods for a few more bundled JS dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin-menu-editor/trunk/includes/module.php

    r3432118 r3434530  
    329329    }
    330330
     331    public function ko(): self {
     332        $this->add('ame-knockout');
     333        return $this;
     334    }
     335
    331336    public function koExtensions(): self {
    332337        $this->add('ame-ko-extensions');
     
    341346    }
    342347
     348    public function actorManager(): self {
     349        $this->add('ame-actor-manager');
     350        return $this;
     351    }
     352
    343353    public function selector(): self {
    344354        $this->add('ame-actor-selector');
     
    362372    }
    363373
     374    public function proCommonLib(): self {
     375        $this->add('ame-pro-common-lib');
     376        return $this;
     377    }
     378
    364379    /**
    365380     * Add Knockout and it's extensions, actor selector/manager, and Lodash.
Note: See TracChangeset for help on using the changeset viewer.