Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 60 → Rev 61

/pluggablejs/branches/1.1.0build33/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;