insertAt support for array (#328)

* Adding insertAt and setLength to array

* implemented review comments

* Bump pxt-core to 0.8.2
This commit is contained in:
Abhijith Chatra
2017-01-04 13:07:58 -08:00
committed by GitHub
parent 93d90a2bde
commit f682e5e694
4 changed files with 110 additions and 14 deletions

View File

@ -34,6 +34,6 @@
"semantic-ui-less": "^2.2.4"
},
"dependencies": {
"pxt-core": "0.7.13"
"pxt-core": "0.8.2"
}
}