Skip to content

Commit

Permalink
Finish v0.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Dec 12, 2014
2 parents 6ae091b + d28984e commit efd0c52
Show file tree
Hide file tree
Showing 8 changed files with 16,240 additions and 19,224 deletions.
34,652 changes: 15,971 additions & 18,681 deletions build/release/joola.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/release/joola.min.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions build/release/joola.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/release/joola.min.js.map

Large diffs are not rendered by default.

788 changes: 258 additions & 530 deletions build/temp/joola.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.25-develop",
"version": "0.7.25",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/common/modifiers.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ Number.prototype.commas = function () {
var parts = x.toString().split(".");
parts[0] = parts[0].replace(/\B(?=(\d{3})+(?!\d))/g, ",");
return parts.join(".");
}
};
4 changes: 1 addition & 3 deletions src/lib/viz/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,7 @@ viz.lookup = function (base, key) {
};

viz.lookupDate = function (base, index) {
console.log('lookupdate');
console.log(base[index])
return base[index]
return base[index];
};

viz.fetch = function (context, query, callback) {
Expand Down

0 comments on commit efd0c52

Please sign in to comment.