Commit 1ccf6309 authored by Ryan LeFevre's avatar Ryan LeFevre

Fix parsing and image exporting. Also, upgrades browserify.

parent 236752c5
This diff is collapsed.
......@@ -33,7 +33,7 @@ module.exports = class Image extends Module
@calculateLength()
# The resulting array that stores the pixel data, formatted in RGBA format.
pixelData: []
@pixelData = []
# This temporarily holds the raw channel data after it's been parsed, but not
# processed.
......
......@@ -23,8 +23,8 @@
"docs": "node_modules/docco-husky/bin/generate lib shims"
},
"devDependencies": {
"coffeeify": "~ 0.6.0",
"browserify": "~ 3.46.0",
"coffeeify": "~ 1.1.0",
"browserify": "~ 10.1.3",
"mocha": "~ 1.18.2",
"should": "~ 3.3.1",
"rimraf": "~ 2.2.8",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment