mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
fixed merge
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function newPixel (width, height, palette) {
|
||||
// Setting the current layer
|
||||
// Setting the current layer
|
||||
currentLayer = new Layer(width, height, canvas);
|
||||
currentLayer.initialize();
|
||||
|
||||
@@ -80,4 +80,4 @@ function newPixel (width, height, palette) {
|
||||
document.getElementById('save-as-button').classList.remove('disabled');
|
||||
documentCreated = true;
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user