Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
updated readme one last time
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobo committed Apr 26, 2011
1 parent 756440f commit 4253196
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -4,10 +4,9 @@

"Wow, let's do that again!" - Donkey from Shrek

What you're holding is a slick way to do prototypical classes in JavaScript. Sslac supports the usual class related functionality, plus a few extras. A lot of the code has been inspired by the libraries that came before it, in hopes it might inspire the libraries that come after it.
What you're holding is a slick way to do prototypical classes in JavaScript. Sslac supports the usual class related functionality, plus a few extras. A lot of the code has been inspired by the libraries that came before it, in hopes it might inspire the libraries that come after it. With boldly sidestepping the pros/cons of this kind of object model, if this is what you're looking for, here it is. It's certainly easier than monkeying with object prototypes directly.

Sslac is MIT Licensed
Sections of the code contain the following licenses: BSD

What you're getting:

Expand Down Expand Up @@ -107,4 +106,7 @@ You'll then run:
* **artifacts/** (built using make) contains minified versions of the code all shiny and compiled
* **config/** contains configs used in building such as the smoosh manifest
* **src/** contains the Sslac source
* **tests/** contains the Sslac source
* **tests/** contains the Sslac source

# Additional Licenses
Sections of this code may include licenses that go beyond the MIT license. Those licenses may be found in the src/licenses directory.

0 comments on commit 4253196

Please sign in to comment.