Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Merge pull request #58 from foretagsplatsen/archive-repo
Browse files Browse the repository at this point in the history
README: Add "Archive" notice
  • Loading branch information
DamienCassou authored Mar 22, 2021
2 parents d4141cc + 1f41ed4 commit 7e24efc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# ⚠ The project is archived. No further development is planned.

# Klassified [![Build Status](https://travis-ci.org/foretagsplatsen/klassified.svg?branch=master)](https://travis-ci.org/foretagsplatsen/klassified)

A simple object model for JavaScript.
Expand Down Expand Up @@ -119,7 +121,7 @@ var animal = object.subclass(function(that, my) {
my.initialize = function(spec) {
my.name = spec.name;
};

my.get('name');
my.set('name');
});
Expand Down

0 comments on commit 7e24efc

Please sign in to comment.