mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
added semicolon to fix linter error
This commit is contained in:
parent
d55024d503
commit
16014e4cd3
@ -35,7 +35,7 @@
|
||||
"devDependencies": {
|
||||
"dateformat": "2.0.0",
|
||||
"fs-extra": "3.0.1",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt": "^1.2.0",
|
||||
"grunt-casperjs": "^2.2.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-clean": "1.1.0",
|
||||
@ -54,8 +54,9 @@
|
||||
"grunt-replace": "1.0.1",
|
||||
"grunt-spritesmith": "6.4.0",
|
||||
"jasmine-core": "2.6.1",
|
||||
"karma": "1.7.0",
|
||||
"karma-jasmine": "1.1.0",
|
||||
"karma": "^1.7.1",
|
||||
"karma-chrome-launcher": "^3.1.0",
|
||||
"karma-jasmine": "^1.1.2",
|
||||
"karma-phantomjs-launcher": "1.0.4",
|
||||
"load-grunt-tasks": "3.5.0",
|
||||
"nw": "^0.42.3",
|
||||
|
@ -56,7 +56,7 @@
|
||||
locked = false;
|
||||
}
|
||||
this.locked = locked;
|
||||
}
|
||||
};
|
||||
|
||||
ns.Layer.prototype.isTransparent = function () {
|
||||
return this.opacity < 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user