Skip to content

Commit

Permalink
bower.json config update & justgage.js comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
toorshia committed Feb 16, 2014
1 parent 3c19ebe commit ca0a130
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "justgage",
"name": "justgage-bower",
"version": "1.0.0",
"main": "justgage.js",
"ignore": [
"R&D",
"README.md"
]
}
],
"dependencies": {
"raphael": "~2.1.2"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
// color of gauge title
titleFontColor : obj.kvLookup('titleFontColor', config, dataset, "#999999"),

// value : int
// value : float
// value gauge is showing
value : obj.kvLookup('value', config, dataset, 0, 'float'),

Expand All @@ -158,7 +158,7 @@
// min value
min : obj.kvLookup('min', config, dataset, 0, 'float'),

// max : int
// max : float
// max value
max : obj.kvLookup('max', config, dataset, 100, 'float'),

Expand Down

0 comments on commit ca0a130

Please sign in to comment.