Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 61 → Rev 62

/pluggablejs/trunk/samples/langext-included.js
0,0 → 1,9
 
println("|< langext-included.js loaded");
 
method2_implementation = function() {
println("This method is defined in langext-included.js");
}
 
method3_implementation = method2_implementation;