Skip to content

Commit

Permalink
[IGNORE] JSLint Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
etgryphon committed May 2, 2011
1 parent 529e056 commit 51602b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions frameworks/canvas/system/element.js
Expand Up @@ -26,3 +26,4 @@ Sai.Element = SC.Object.extend({
}

});

1 change: 1 addition & 0 deletions frameworks/foundation/core.js
Expand Up @@ -76,3 +76,4 @@ Sai = SC.Object.create({
return colours ;
}.property().cacheable()
});

3 changes: 2 additions & 1 deletion frameworks/foundation/set.js
Expand Up @@ -118,4 +118,5 @@ Sai.Set = SC.Object.extend({
return s;
}

});
});

3 changes: 2 additions & 1 deletion frameworks/graphs/views/piechart.js
Expand Up @@ -257,4 +257,5 @@ Sai.PieChartView = Sai.CanvasView.extend(
if (legend || showValues) _legend(legend.labels, legend.others, legend.mark, legend.pos);
}

});
});

1 change: 1 addition & 0 deletions license.js
Expand Up @@ -26,3 +26,4 @@ For more information about Sai, visit:
==========================================================================
@license */

0 comments on commit 51602b2

Please sign in to comment.