6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
|
define(function () {
|
||
|
return {
|
||
|
name: "bPrime"
|
||
|
};
|
||
|
});
|