Skip to content

Commit 37edee3

Browse files
committed
test commit from coderrrrrr
1 parent b2fb4a9 commit 37edee3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

coder-base/apps/eyeball/app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
exports.settings={};
2+
23
//These are dynamically updated by the runtime
34
//settings.appname - the app id (folder) where your app is installed
45
//settings.viewpath - prefix to where your view html files are located
@@ -17,6 +18,7 @@ exports.post_routes = [
1718

1819

1920
exports.index_handler = function( req, res ) {
21+
2022
var tmplvars = {};
2123
tmplvars['static_url'] = exports.settings.staticurl;
2224
tmplvars['app_name'] = exports.settings.appname;

coder-base/apps/eyeball/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"created": "2013-03-15",
3-
"modified": "2013-07-08",
3+
"modified": "2013-10-05",
44
"color": "#f39c12",
55
"author": "Justin Windle",
66
"name": "Eyeball",

testCommit.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)