Skip to content

Commit

Permalink
Added example of use for
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Budassi committed Jun 23, 2015
1 parent 239876a commit 0ee968a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion samples/basic.js
Expand Up @@ -13,10 +13,18 @@ var Options = Class({
});

var Foo = Class({
$statics: {
$static: {
VERSION: "1.3"
},

$const: {
CONSTANT: "frozen value",
Namespace: {
FIRST_OPTION: "first option",
SECOND_OPTION: "second option"
}
},

constructor: function(name) {
this.name = name;
},
Expand Down

0 comments on commit 0ee968a

Please sign in to comment.