Sign in
eclipse
/
dltk
/
org.eclipse.dltk.javascript
/
ecc53629f4e046ab2b75d595ec061a5ef3c8ca08
/
.
/
tests
/
org.eclipse.dltk.javascript.ui.tests
/
workspace
/
completion
/
src
/
file3.txt
blob: e75fe7ad58c5f653863e9119c8b320439fb7cda6 [
file
] [
log
] [
blame
]
var timer = {
/**
* Starts the timer
*/
start: function() {
},
/**
* Stops the timer
*/
stop: function (param) {
}
}