[refactor][s]: rename view-flot-graph to view-graph and FlotGraph to Graph.

This commit is contained in:
Rufus Pollock
2012-04-15 16:03:08 +01:00
parent 16e3797b4c
commit 4ede229b7b
9 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
module("View - FlotGraph");
module("View - Graph");
test('basics', function () {
var dataset = Fixture.getDataset();
var view = new recline.View.FlotGraph({
var view = new recline.View.Graph({
model: dataset
});
$('.fixtures').append(view.el);