mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Update to latest prepro.js with proper support for strings and scientific numbers.
This commit is contained in:
parent
841381f520
commit
247e80f569
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.0",
|
||||||
"gulp-qunit": "^1.2.1",
|
"gulp-qunit": "^1.2.1",
|
||||||
"prepro": "~0.8.3",
|
"prepro": "~0.9.0",
|
||||||
"qunitjs": "~1.15.0",
|
"qunitjs": "~1.15.0",
|
||||||
"uglify-js": "~2.4.23"
|
"uglify-js": "~2.4.23"
|
||||||
},
|
},
|
||||||
|
|
|
@ -120,7 +120,7 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{
|
||||||
*
|
*
|
||||||
* @type String
|
* @type String
|
||||||
*/
|
*/
|
||||||
version: '/*#=*/__options.version',
|
version: /*#=*/__options.version,
|
||||||
|
|
||||||
// DOCS: PaperScope#settings
|
// DOCS: PaperScope#settings
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue