mirror of
https://github.com/Ekokumppanit/ystavakylaecard.git
synced 2026-02-16 05:47:50 +00:00
Sparks: Assets, 1.5.1
http://getsparks.org/packages/assets/versions/HEAD/show Creates our minified and combined .js and .css files
This commit is contained in:
20
sparks/assets/1.5.1/libraries/coffeescript/Value.php
Executable file
20
sparks/assets/1.5.1/libraries/coffeescript/Value.php
Executable file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace CoffeeScript;
|
||||
|
||||
Init::init();
|
||||
|
||||
class Value
|
||||
{
|
||||
function __construct($v)
|
||||
{
|
||||
$this->v = $v;
|
||||
}
|
||||
|
||||
function __toString()
|
||||
{
|
||||
return $this->v;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user