1// Mock Raphael, so we don't need to include the real one (when it's not used during testing)
2(function() {
3'use strict';
4this.Raphael = {
5  fn: {},
6  registerFont: function() {},
7};
8
9}).call(this);
10