mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 09:51:58 +01:00
code cleanup
This commit is contained in:
parent
5535a64de4
commit
7769423484
@ -65,9 +65,7 @@ var Piler =
|
|||||||
**/
|
**/
|
||||||
getSource:function( a, b )
|
getSource:function( a, b )
|
||||||
{
|
{
|
||||||
// <DEBUG>
|
|
||||||
Piler.log("[getSource]", a, b );
|
Piler.log("[getSource]", a, b );
|
||||||
// </DEBUG>
|
|
||||||
|
|
||||||
if ( !b )
|
if ( !b )
|
||||||
{
|
{
|
||||||
@ -79,9 +77,7 @@ var Piler =
|
|||||||
}
|
}
|
||||||
catch ( e )
|
catch ( e )
|
||||||
{
|
{
|
||||||
// <DEBUG>
|
|
||||||
Piler.log("[getSource]", e );
|
Piler.log("[getSource]", e );
|
||||||
// </DEBUG>
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user