Skip to content

Commit

Permalink
Use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
basecode committed Jan 24, 2013
1 parent ace4cae commit b8ab66d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/renderer/svg-spec.js
@@ -1,6 +1,7 @@
define([
'bonsai/renderer/svg/svg'
], function(SvgRenderer) {
define(['bonsai/renderer/svg/svg'], function(SvgRenderer) {

'use strict';

describe('SvgRenderer', function() {
function createFakeDomNode() {
return {
Expand Down

0 comments on commit b8ab66d

Please sign in to comment.