Skip to content

Commit

Permalink
Whoops, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingice committed Nov 13, 2013
1 parent 4f52aec commit 936afb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/context.coffee
@@ -1,7 +1,7 @@
if exports?
{Caman} = require '../../dist/caman.full'
{assert} = require 'chai'
{greyPath} = require '../ext/grey'
{greyImage, greyPath, rgbData} = require '../ext/grey'

Canvas = require 'canvas'

Expand Down
2 changes: 1 addition & 1 deletion test/unit/layers.coffee
@@ -1,7 +1,7 @@
if exports?
{Caman} = require "../../dist/caman.full"
{assert} = require 'chai'
{greyPath, rgbData} = require '../ext/grey'
{greyImage, greyPath, rgbData} = require '../ext/grey'

describe "Layers", ->
it "can be created", (done) ->
Expand Down

0 comments on commit 936afb4

Please sign in to comment.