Panther is a very simple and powerful tool for managing all of your JS models in one place.

Panther is actually a container that keeps your JS models in an array. With Panther you are able to
add, remove and retrieve any code specified by an ID. For that purpose Panther needs to know your code's unique ID.
To enable that you have to put 3 lines in your JS model:

function your_model()
{

...

this.id = function()
{
return 'my_unique_id_here';
}

...

}

Project Activity

See All Activity >

License

Creative Commons Attribution Non-Commercial License V2.0

Follow Panther

Panther Web Site

You Might Also Like
Red Hat Enterprise Linux on Microsoft Azure Icon
Red Hat Enterprise Linux on Microsoft Azure

Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Panther!

Additional Project Details

Programming Language

JavaScript

Related Categories

JavaScript Source Code Management Software

Registered

2014-09-11